2022-08-17T12:09:54.1480133Z Requested labels: linux.2xlarge 2022-08-17T12:09:54.1480230Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/82657/merge 2022-08-17T12:09:54.1480259Z Waiting for a runner to pick up this job... 2022-08-17T12:09:56.4130234Z Job is about to start running on the runner: i-06a6ad864acd2da6c (repository) 2022-08-17T12:10:00.9729193Z Current runner version: '2.295.0' 2022-08-17T12:10:00.9734929Z Runner name: 'i-06a6ad864acd2da6c' 2022-08-17T12:10:00.9735529Z Runner group name: 'Default' 2022-08-17T12:10:00.9736116Z Machine name: 'ip-10-0-1-140' 2022-08-17T12:10:00.9738059Z ##[group]GITHUB_TOKEN Permissions 2022-08-17T12:10:00.9738777Z Actions: read 2022-08-17T12:10:00.9739055Z Checks: read 2022-08-17T12:10:00.9739333Z Contents: read 2022-08-17T12:10:00.9739619Z Deployments: read 2022-08-17T12:10:00.9739873Z Discussions: read 2022-08-17T12:10:00.9740159Z Issues: read 2022-08-17T12:10:00.9740453Z Metadata: read 2022-08-17T12:10:00.9740691Z Packages: read 2022-08-17T12:10:00.9740967Z Pages: read 2022-08-17T12:10:00.9741294Z PullRequests: read 2022-08-17T12:10:00.9741578Z RepositoryProjects: read 2022-08-17T12:10:00.9742069Z SecurityEvents: read 2022-08-17T12:10:00.9742370Z Statuses: read 2022-08-17T12:10:00.9742618Z ##[endgroup] 2022-08-17T12:10:00.9745707Z Secret source: None 2022-08-17T12:10:00.9746333Z Prepare workflow directory 2022-08-17T12:10:01.2174851Z Prepare all required actions 2022-08-17T12:10:01.2345400Z Getting action download info 2022-08-17T12:10:01.5152919Z Download action repository 'pytorch/pytorch@master' (SHA:2a096e940d33a33c4eb6df1c2ed4da607bd31a7f) 2022-08-17T12:10:04.1380288Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-08-17T12:10:04.2592989Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-08-17T12:10:04.5055077Z Getting action download info 2022-08-17T12:10:04.6882814Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-08-17T12:10:04.9841377Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-08-17T12:10:04.9841681Z with: 2022-08-17T12:10:04.9841870Z submodules: recursive 2022-08-17T12:10:04.9842045Z fetch-depth: 0 2022-08-17T12:10:04.9842214Z env: 2022-08-17T12:10:04.9842401Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:04.9842585Z ##[endgroup] 2022-08-17T12:10:05.0059328Z ##[group]Run retry () { 2022-08-17T12:10:05.0059588Z retry () { 2022-08-17T12:10:05.0059818Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-08-17T12:10:05.0060043Z } 2022-08-17T12:10:05.0060218Z echo "${GITHUB_WORKSPACE}" 2022-08-17T12:10:05.0060444Z if [ -z "${NO_SUDO}" ]; then 2022-08-17T12:10:05.0060671Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:10:05.0060876Z else 2022-08-17T12:10:05.0061057Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-08-17T12:10:05.0061251Z fi 2022-08-17T12:10:05.0061478Z mkdir "${GITHUB_WORKSPACE}" 2022-08-17T12:10:05.0077087Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:10:05.0077336Z env: 2022-08-17T12:10:05.0077517Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:05.0077694Z NO_SUDO: 2022-08-17T12:10:05.0077872Z ##[endgroup] 2022-08-17T12:10:05.0247864Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:10:07.6590764Z ##[group]Run malfet/checkout@silent-checkout 2022-08-17T12:10:07.6591015Z with: 2022-08-17T12:10:07.6591220Z ref: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:07.6591431Z fetch-depth: 0 2022-08-17T12:10:07.6591597Z submodules: recursive 2022-08-17T12:10:07.6591785Z quiet-checkout: true 2022-08-17T12:10:07.6591980Z repository: pytorch/pytorch 2022-08-17T12:10:07.6592338Z token: *** 2022-08-17T12:10:07.6592501Z ssh-strict: true 2022-08-17T12:10:07.6592695Z persist-credentials: true 2022-08-17T12:10:07.6592889Z clean: true 2022-08-17T12:10:07.6593055Z lfs: false 2022-08-17T12:10:07.6593234Z set-safe-directory: true 2022-08-17T12:10:07.6593411Z env: 2022-08-17T12:10:07.6593565Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:10:07.6593746Z ##[endgroup] 2022-08-17T12:10:07.7727959Z Syncing repository: pytorch/pytorch 2022-08-17T12:10:07.7729368Z ##[group]Getting Git version info 2022-08-17T12:10:07.7730061Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:10:07.7730505Z [command]/usr/bin/git version 2022-08-17T12:10:07.7730713Z git version 2.37.1 2022-08-17T12:10:07.7747469Z ##[endgroup] 2022-08-17T12:10:07.7762024Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a173f79a-7aa5-44ab-87f3-bdec51384488' before making global git config changes 2022-08-17T12:10:07.7762462Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T12:10:07.7768308Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:10:07.7807623Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-08-17T12:10:07.7811755Z ##[group]Initializing the repository 2022-08-17T12:10:07.7816592Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:10:07.7917150Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-08-17T12:10:07.7917691Z hint: is subject to change. To configure the initial branch name to use in all 2022-08-17T12:10:07.7918254Z hint: of your new repositories, which will suppress this warning, call: 2022-08-17T12:10:07.7918493Z hint: 2022-08-17T12:10:07.7918773Z hint: git config --global init.defaultBranch 2022-08-17T12:10:07.7918989Z hint: 2022-08-17T12:10:07.7919266Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-08-17T12:10:07.7919772Z hint: 'development'. The just-created branch can be renamed via this command: 2022-08-17T12:10:07.7920176Z hint: 2022-08-17T12:10:07.7920610Z hint: git branch -m 2022-08-17T12:10:07.7921275Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-08-17T12:10:07.7929685Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-08-17T12:10:07.7960439Z ##[endgroup] 2022-08-17T12:10:07.7961103Z ##[group]Disabling automatic garbage collection 2022-08-17T12:10:07.7965460Z [command]/usr/bin/git config --local gc.auto 0 2022-08-17T12:10:07.7992311Z ##[endgroup] 2022-08-17T12:10:07.7992917Z ##[group]Setting up auth 2022-08-17T12:10:07.8000060Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T12:10:07.8030182Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T12:10:07.8267326Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T12:10:07.8299280Z [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-08-17T12:10:07.8545149Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:10:07.8589559Z ##[endgroup] 2022-08-17T12:10:07.8589965Z ##[group]Fetching the repository 2022-08-17T12:10:07.8595809Z [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-08-17T12:10:53.5379537Z [command]/usr/bin/git rev-parse --verify --quiet ce6a3c605df99d1df57c0dda75c06d748e54ed2a^{object} 2022-08-17T12:10:53.5415628Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:54.5124476Z ##[endgroup] 2022-08-17T12:10:54.5124873Z ##[group]Determining the checkout info 2022-08-17T12:10:54.5126495Z ##[endgroup] 2022-08-17T12:10:54.5126823Z ##[group]Checking out the ref 2022-08-17T12:10:54.5132010Z [command]/usr/bin/git checkout --quiet --force ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:10:55.7260044Z ##[endgroup] 2022-08-17T12:10:55.7260612Z ##[group]Setting up auth for fetching submodules 2022-08-17T12:10:55.7266146Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-08-17T12:10:55.7326145Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-08-17T12:10:55.7357305Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-08-17T12:10:55.7389824Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-08-17T12:10:55.7415846Z ##[endgroup] 2022-08-17T12:10:55.7416197Z ##[group]Fetching submodules 2022-08-17T12:10:55.7420303Z [command]/usr/bin/git submodule sync --recursive 2022-08-17T12:10:55.7680424Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-08-17T12:10:55.7935865Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-08-17T12:10:55.7937115Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-08-17T12:10:55.7938102Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-08-17T12:10:55.7940129Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-08-17T12:10:55.7942503Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-08-17T12:10:55.7945150Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-08-17T12:10:55.7947720Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-08-17T12:10:55.7950197Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-08-17T12:10:55.7952801Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-08-17T12:10:55.7955789Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-08-17T12:10:55.7958534Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-08-17T12:10:55.7961532Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-08-17T12:10:55.7964696Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-08-17T12:10:55.7967789Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-08-17T12:10:55.7971153Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-08-17T12:10:55.7974569Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:10:55.7978165Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-08-17T12:10:55.7981793Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-08-17T12:10:55.7985730Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-08-17T12:10:55.7989776Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-08-17T12:10:55.7993587Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-08-17T12:10:55.7997720Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-08-17T12:10:55.8001968Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-08-17T12:10:55.8006121Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-08-17T12:10:55.8010470Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-08-17T12:10:55.8015081Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-08-17T12:10:55.8019787Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-08-17T12:10:55.8025055Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-08-17T12:10:55.8029740Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-08-17T12:10:55.8034538Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-08-17T12:10:55.8039509Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-08-17T12:10:55.8044524Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-08-17T12:10:55.8049528Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-08-17T12:10:55.8054823Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-08-17T12:10:55.8060380Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-08-17T12:10:55.8065854Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-08-17T12:10:55.8071339Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-08-17T12:10:55.8077029Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-08-17T12:10:55.8082787Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-08-17T12:10:55.8108673Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-08-17T12:10:56.0886943Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-08-17T12:10:56.3027480Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-08-17T12:10:56.5285937Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-08-17T12:10:56.8103482Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-08-17T12:10:57.0685856Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-08-17T12:11:02.3009116Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-08-17T12:11:02.7587916Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-08-17T12:11:03.3787465Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-08-17T12:11:04.7970897Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-08-17T12:11:05.8736186Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-08-17T12:11:11.4753974Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-08-17T12:11:12.1124281Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-08-17T12:11:13.4211226Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-08-17T12:11:14.5538368Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-08-17T12:11:14.7771619Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-08-17T12:11:15.4109333Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-08-17T12:11:15.7319920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-08-17T12:11:16.7353824Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-08-17T12:11:17.1325752Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-08-17T12:11:17.3716474Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-08-17T12:11:17.8228664Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-08-17T12:11:19.8366590Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-08-17T12:11:20.2565690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-08-17T12:11:20.5933762Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-08-17T12:11:27.6343353Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-08-17T12:11:29.4967773Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-08-17T12:11:29.8914546Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-08-17T12:11:30.1771435Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-08-17T12:11:34.9491883Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-08-17T12:11:35.1693746Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-08-17T12:11:35.3825921Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-08-17T12:11:36.1277596Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-08-17T12:11:36.3471810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-08-17T12:11:36.7927740Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-08-17T12:11:37.0947644Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-08-17T12:11:37.6709001Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-08-17T12:11:39.6446090Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-08-17T12:11:40.1222764Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-08-17T12:11:42.1444409Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-08-17T12:11:42.1543392Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-08-17T12:11:42.1619272Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-08-17T12:11:42.1830932Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-08-17T12:11:42.2040240Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-08-17T12:11:42.7598333Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-08-17T12:11:42.7792643Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:11:42.8711288Z Submodule path 'third_party/cpuinfo': checked out '5916273f79a21551890fd3d56fc5375a78d1598d' 2022-08-17T12:11:42.9030552Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-08-17T12:11:43.1671586Z Submodule path 'third_party/cudnn_frontend': checked out '43709ab96c47e26eebcdac72f93f946d44ceffa8' 2022-08-17T12:11:43.3869995Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-08-17T12:11:43.4283008Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-08-17T12:11:43.4297181Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:11:43.4298988Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:11:43.4301081Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:11:43.4303529Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:11:43.4327047Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-08-17T12:11:44.2296535Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-08-17T12:11:44.7233662Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-08-17T12:11:45.7412276Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-08-17T12:11:46.0627398Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-08-17T12:11:46.1555829Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-08-17T12:11:46.2096005Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-08-17T12:11:46.2190404Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-08-17T12:11:46.2993620Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-08-17T12:11:46.3307372Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-08-17T12:11:46.3390734Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-08-17T12:11:46.3761064Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-08-17T12:11:46.3980671Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-08-17T12:11:46.4409157Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-08-17T12:11:46.4514758Z Submodule path 'third_party/ideep': checked out '8a114a51c116b55c4ceb689b98746786bd00c29b' 2022-08-17T12:11:46.4527384Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-08-17T12:11:46.4549993Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-08-17T12:11:53.1066176Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-08-17T12:11:53.1081815Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:11:53.1103901Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-08-17T12:12:01.2087766Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-08-17T12:12:01.2183423Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-08-17T12:12:01.2313882Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-08-17T12:12:01.3175387Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-08-17T12:12:01.3189651Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:01.3191876Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:01.3215687Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-08-17T12:12:02.5417172Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-08-17T12:12:03.6977264Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-08-17T12:12:03.7477435Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-08-17T12:12:03.7660703Z Submodule path 'third_party/nccl/nccl': checked out '19ab67d1727d337d10d0a48cbaf5cd119b8d88f1' 2022-08-17T12:12:03.7791863Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-08-17T12:12:03.8777321Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-08-17T12:12:04.1012876Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-08-17T12:12:04.1037672Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:04.1039842Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:04.1062870Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-08-17T12:12:04.5210989Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-08-17T12:12:05.3604049Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-08-17T12:12:05.3890324Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-08-17T12:12:05.4027913Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-08-17T12:12:05.4040381Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:05.4062088Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-08-17T12:12:07.1853840Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-08-17T12:12:07.1872320Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:07.1874084Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:07.1897546Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-08-17T12:12:07.5739107Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-08-17T12:12:08.3903754Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-08-17T12:12:08.4493753Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-08-17T12:12:08.4507474Z 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-08-17T12:12:08.4530394Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-08-17T12:12:08.6801871Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:12:08.6885726Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-08-17T12:12:08.9205626Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-08-17T12:12:08.9223566Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:08.9225356Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:08.9248559Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-08-17T12:12:09.3277082Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-08-17T12:12:10.3689486Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-08-17T12:12:10.4322432Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-08-17T12:12:10.4403286Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-08-17T12:12:10.4502784Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-08-17T12:12:10.4806669Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-08-17T12:12:10.4888439Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-08-17T12:12:10.5148897Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-08-17T12:12:10.5235745Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-08-17T12:12:10.5641037Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-08-17T12:12:10.6624388Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-08-17T12:12:10.6858602Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-08-17T12:12:10.6871559Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:10.6873448Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:10.6875466Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:10.6877587Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:10.6898243Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-08-17T12:12:11.7040844Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-08-17T12:12:11.9744533Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-08-17T12:12:13.2669315Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-08-17T12:12:14.1929573Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-08-17T12:12:14.2063536Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-08-17T12:12:14.2659273Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-08-17T12:12:14.2917667Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-08-17T12:12:14.2931203Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:14.2952342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-08-17T12:12:14.5333623Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-08-17T12:12:14.6561341Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-08-17T12:12:14.6591011Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-08-17T12:12:14.6845613Z Entering 'android/libs/fbjni' 2022-08-17T12:12:14.6878350Z Entering 'third_party/FP16' 2022-08-17T12:12:14.6914789Z Entering 'third_party/FXdiv' 2022-08-17T12:12:14.6948126Z Entering 'third_party/NNPACK' 2022-08-17T12:12:14.6980985Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:14.7015975Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:14.7060375Z Entering 'third_party/benchmark' 2022-08-17T12:12:14.7094302Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:14.7128340Z Entering 'third_party/cub' 2022-08-17T12:12:14.7161921Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:14.7199853Z Entering 'third_party/eigen' 2022-08-17T12:12:14.7236342Z Entering 'third_party/fbgemm' 2022-08-17T12:12:14.7270630Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:14.7303582Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:14.7337090Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:14.7371162Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:14.7406437Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:14.7444181Z Entering 'third_party/fmt' 2022-08-17T12:12:14.7479020Z Entering 'third_party/foxi' 2022-08-17T12:12:14.7513741Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:14.7547599Z Entering 'third_party/gloo' 2022-08-17T12:12:14.7581137Z Entering 'third_party/googletest' 2022-08-17T12:12:14.7614783Z Entering 'third_party/ideep' 2022-08-17T12:12:14.7647937Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:14.7683347Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:14.7723640Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:14.7757930Z Entering 'third_party/ittapi' 2022-08-17T12:12:14.7791686Z Entering 'third_party/kineto' 2022-08-17T12:12:14.7825224Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:14.7858231Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:14.7892934Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:14.7928137Z Entering 'third_party/neon2sse' 2022-08-17T12:12:14.7961928Z Entering 'third_party/nlohmann' 2022-08-17T12:12:14.7997238Z Entering 'third_party/onnx' 2022-08-17T12:12:14.8044400Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:14.8079389Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:14.8117178Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:14.8151742Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:14.8191474Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:14.8226148Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:14.8260818Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:14.8302009Z Entering 'third_party/pocketfft' 2022-08-17T12:12:14.8335478Z Entering 'third_party/protobuf' 2022-08-17T12:12:14.8374564Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:14.8409066Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:14.8447110Z Entering 'third_party/psimd' 2022-08-17T12:12:14.8481432Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:14.8516472Z Entering 'third_party/pybind11' 2022-08-17T12:12:14.8551695Z Entering 'third_party/python-enum' 2022-08-17T12:12:14.8585830Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:14.8619315Z Entering 'third_party/python-six' 2022-08-17T12:12:14.8652779Z Entering 'third_party/sleef' 2022-08-17T12:12:14.8686090Z Entering 'third_party/tbb' 2022-08-17T12:12:14.8722072Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:14.8756621Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:14.8790624Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:14.8823595Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:14.8857122Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:14.8890095Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:14.8926857Z Entering 'third_party/zstd' 2022-08-17T12:12:14.8969272Z ##[endgroup] 2022-08-17T12:12:14.8969665Z ##[group]Persisting credentials for submodules 2022-08-17T12:12:14.8976324Z [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-08-17T12:12:14.9231308Z Entering 'android/libs/fbjni' 2022-08-17T12:12:14.9265040Z Entering 'third_party/FP16' 2022-08-17T12:12:14.9297662Z Entering 'third_party/FXdiv' 2022-08-17T12:12:14.9333596Z Entering 'third_party/NNPACK' 2022-08-17T12:12:14.9367738Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:14.9403138Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:14.9448644Z Entering 'third_party/benchmark' 2022-08-17T12:12:14.9483206Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:14.9518784Z Entering 'third_party/cub' 2022-08-17T12:12:14.9553053Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:14.9591660Z Entering 'third_party/eigen' 2022-08-17T12:12:14.9627632Z Entering 'third_party/fbgemm' 2022-08-17T12:12:14.9661576Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:14.9695839Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:14.9729787Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:14.9762711Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:14.9797059Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:14.9834722Z Entering 'third_party/fmt' 2022-08-17T12:12:14.9868927Z Entering 'third_party/foxi' 2022-08-17T12:12:14.9902789Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:14.9936816Z Entering 'third_party/gloo' 2022-08-17T12:12:14.9970605Z Entering 'third_party/googletest' 2022-08-17T12:12:15.0004025Z Entering 'third_party/ideep' 2022-08-17T12:12:15.0037061Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:15.0071622Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:15.0111940Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:15.0146074Z Entering 'third_party/ittapi' 2022-08-17T12:12:15.0179273Z Entering 'third_party/kineto' 2022-08-17T12:12:15.0212691Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:15.0246389Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:15.0281652Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:15.0315943Z Entering 'third_party/neon2sse' 2022-08-17T12:12:15.0351682Z Entering 'third_party/nlohmann' 2022-08-17T12:12:15.0387742Z Entering 'third_party/onnx' 2022-08-17T12:12:15.0433907Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:15.0469213Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:15.0507248Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:15.0542434Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:15.0581118Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:15.0616140Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:15.0650964Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:15.0691144Z Entering 'third_party/pocketfft' 2022-08-17T12:12:15.0726020Z Entering 'third_party/protobuf' 2022-08-17T12:12:15.0763911Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:15.0798059Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:15.0835449Z Entering 'third_party/psimd' 2022-08-17T12:12:15.0870409Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:15.0904748Z Entering 'third_party/pybind11' 2022-08-17T12:12:15.0937537Z Entering 'third_party/python-enum' 2022-08-17T12:12:15.0972154Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:15.1005650Z Entering 'third_party/python-six' 2022-08-17T12:12:15.1039476Z Entering 'third_party/sleef' 2022-08-17T12:12:15.1072683Z Entering 'third_party/tbb' 2022-08-17T12:12:15.1108234Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:15.1143427Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:15.1176939Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:15.1209637Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:15.1243201Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:15.1276306Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:15.1312823Z Entering 'third_party/zstd' 2022-08-17T12:12:15.1359328Z [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-08-17T12:12:15.1623041Z Entering 'android/libs/fbjni' 2022-08-17T12:12:15.1653575Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-08-17T12:12:15.1668746Z Entering 'third_party/FP16' 2022-08-17T12:12:15.1701373Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-08-17T12:12:15.1715363Z Entering 'third_party/FXdiv' 2022-08-17T12:12:15.1749196Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-08-17T12:12:15.1762682Z Entering 'third_party/NNPACK' 2022-08-17T12:12:15.1795939Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-08-17T12:12:15.1810554Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:15.1842083Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-08-17T12:12:15.1857092Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:15.1889502Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-08-17T12:12:15.1914143Z Entering 'third_party/benchmark' 2022-08-17T12:12:15.1945563Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:12:15.1959584Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:15.1991485Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:12:15.2005950Z Entering 'third_party/cub' 2022-08-17T12:12:15.2040081Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-08-17T12:12:15.2054477Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:15.2086173Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-08-17T12:12:15.2105476Z Entering 'third_party/eigen' 2022-08-17T12:12:15.2137571Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-08-17T12:12:15.2153748Z Entering 'third_party/fbgemm' 2022-08-17T12:12:15.2186532Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-08-17T12:12:15.2200933Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:15.2232279Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-08-17T12:12:15.2246008Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:15.2279072Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-08-17T12:12:15.2293743Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:15.2325594Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:12:15.2339738Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:15.2371635Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-08-17T12:12:15.2388037Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:15.2419529Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-08-17T12:12:15.2435363Z Entering 'third_party/fmt' 2022-08-17T12:12:15.2466726Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-08-17T12:12:15.2480404Z Entering 'third_party/foxi' 2022-08-17T12:12:15.2513425Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-08-17T12:12:15.2527957Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:15.2559860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-08-17T12:12:15.2574093Z Entering 'third_party/gloo' 2022-08-17T12:12:15.2604923Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-08-17T12:12:15.2619950Z Entering 'third_party/googletest' 2022-08-17T12:12:15.2651761Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:12:15.2666005Z Entering 'third_party/ideep' 2022-08-17T12:12:15.2697608Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-08-17T12:12:15.2711010Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:15.2741619Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-08-17T12:12:15.2757446Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:15.2788549Z 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-08-17T12:12:15.2808458Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:15.2840711Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-08-17T12:12:15.2855644Z Entering 'third_party/ittapi' 2022-08-17T12:12:15.2887271Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-08-17T12:12:15.2901584Z Entering 'third_party/kineto' 2022-08-17T12:12:15.2933538Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-08-17T12:12:15.2947663Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:15.2978702Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-08-17T12:12:15.2992448Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:15.3024853Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-08-17T12:12:15.3040233Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:15.3071537Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-08-17T12:12:15.3085989Z Entering 'third_party/neon2sse' 2022-08-17T12:12:15.3119658Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-08-17T12:12:15.3133375Z Entering 'third_party/nlohmann' 2022-08-17T12:12:15.3165129Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-08-17T12:12:15.3180682Z Entering 'third_party/onnx' 2022-08-17T12:12:15.3211840Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:12:15.3238756Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:15.3271252Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:12:15.3285391Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:15.3317730Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:12:15.3334335Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:15.3365530Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-08-17T12:12:15.3379568Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:15.3410313Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-08-17T12:12:15.3429469Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:15.3460887Z 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-08-17T12:12:15.3475172Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:15.3506953Z 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-08-17T12:12:15.3519927Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:15.3552592Z 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-08-17T12:12:15.3571503Z Entering 'third_party/pocketfft' 2022-08-17T12:12:15.3604579Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-08-17T12:12:15.3619211Z Entering 'third_party/protobuf' 2022-08-17T12:12:15.3651986Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-08-17T12:12:15.3669574Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:15.3701520Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-08-17T12:12:15.3715240Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:15.3746843Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:12:15.3762651Z Entering 'third_party/psimd' 2022-08-17T12:12:15.3795632Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-08-17T12:12:15.3809541Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:15.3841841Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-08-17T12:12:15.3856642Z Entering 'third_party/pybind11' 2022-08-17T12:12:15.3888654Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:12:15.3903636Z Entering 'third_party/python-enum' 2022-08-17T12:12:15.3935770Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-08-17T12:12:15.3950146Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:15.3982314Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-08-17T12:12:15.3996949Z Entering 'third_party/python-six' 2022-08-17T12:12:15.4028973Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-08-17T12:12:15.4042532Z Entering 'third_party/sleef' 2022-08-17T12:12:15.4073887Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-08-17T12:12:15.4087745Z Entering 'third_party/tbb' 2022-08-17T12:12:15.4119366Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-08-17T12:12:15.4135213Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:15.4167486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-08-17T12:12:15.4181577Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:15.4213478Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-08-17T12:12:15.4227968Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:15.4258471Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-08-17T12:12:15.4274299Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:15.4305853Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-08-17T12:12:15.4319748Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:15.4351228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-08-17T12:12:15.4365466Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:15.4396149Z 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-08-17T12:12:15.4413341Z Entering 'third_party/zstd' 2022-08-17T12:12:15.4445083Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-08-17T12:12:15.5060845Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-08-17T12:12:15.5322212Z Entering 'android/libs/fbjni' 2022-08-17T12:12:15.5355909Z Entering 'third_party/FP16' 2022-08-17T12:12:15.5390549Z Entering 'third_party/FXdiv' 2022-08-17T12:12:15.5425368Z Entering 'third_party/NNPACK' 2022-08-17T12:12:15.5459200Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:15.5493557Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:15.5537590Z Entering 'third_party/benchmark' 2022-08-17T12:12:15.5571870Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:15.5606993Z Entering 'third_party/cub' 2022-08-17T12:12:15.5642565Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:15.5682044Z Entering 'third_party/eigen' 2022-08-17T12:12:15.5718964Z Entering 'third_party/fbgemm' 2022-08-17T12:12:15.5754806Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:15.5789024Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:15.5824241Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:15.5857302Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:15.5892381Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:15.5929069Z Entering 'third_party/fmt' 2022-08-17T12:12:15.5964342Z Entering 'third_party/foxi' 2022-08-17T12:12:15.5999300Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:15.6034024Z Entering 'third_party/gloo' 2022-08-17T12:12:15.6067988Z Entering 'third_party/googletest' 2022-08-17T12:12:15.6102973Z Entering 'third_party/ideep' 2022-08-17T12:12:15.6135885Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:15.6171073Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:15.6211313Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:15.6245526Z Entering 'third_party/ittapi' 2022-08-17T12:12:15.6279892Z Entering 'third_party/kineto' 2022-08-17T12:12:15.6314410Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:15.6348557Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:15.6384743Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:15.6419486Z Entering 'third_party/neon2sse' 2022-08-17T12:12:15.6454020Z Entering 'third_party/nlohmann' 2022-08-17T12:12:15.6490266Z Entering 'third_party/onnx' 2022-08-17T12:12:15.6536535Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:15.6570508Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:15.6606992Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:15.6641012Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:15.6679383Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:15.6713946Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:15.6749056Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:15.6788262Z Entering 'third_party/pocketfft' 2022-08-17T12:12:15.6822901Z Entering 'third_party/protobuf' 2022-08-17T12:12:15.6860221Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:15.6893949Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:15.6930262Z Entering 'third_party/psimd' 2022-08-17T12:12:15.6964549Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:15.6999199Z Entering 'third_party/pybind11' 2022-08-17T12:12:15.7033615Z Entering 'third_party/python-enum' 2022-08-17T12:12:15.7067862Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:15.7102038Z Entering 'third_party/python-six' 2022-08-17T12:12:15.7137386Z Entering 'third_party/sleef' 2022-08-17T12:12:15.7171691Z Entering 'third_party/tbb' 2022-08-17T12:12:15.7207677Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:15.7242625Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:15.7275848Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:15.7309821Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:15.7343722Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:15.7375903Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:15.7412864Z Entering 'third_party/zstd' 2022-08-17T12:12:15.7460499Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-08-17T12:12:15.7725016Z Entering 'android/libs/fbjni' 2022-08-17T12:12:15.7759729Z Entering 'third_party/FP16' 2022-08-17T12:12:15.7795544Z Entering 'third_party/FXdiv' 2022-08-17T12:12:15.7829219Z Entering 'third_party/NNPACK' 2022-08-17T12:12:15.7864013Z Entering 'third_party/QNNPACK' 2022-08-17T12:12:15.7896523Z Entering 'third_party/XNNPACK' 2022-08-17T12:12:15.7941281Z Entering 'third_party/benchmark' 2022-08-17T12:12:15.7976085Z Entering 'third_party/cpuinfo' 2022-08-17T12:12:15.8011592Z Entering 'third_party/cub' 2022-08-17T12:12:15.8046472Z Entering 'third_party/cudnn_frontend' 2022-08-17T12:12:15.8086166Z Entering 'third_party/eigen' 2022-08-17T12:12:15.8122338Z Entering 'third_party/fbgemm' 2022-08-17T12:12:15.8156880Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T12:12:15.8190564Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T12:12:15.8225478Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T12:12:15.8259295Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T12:12:15.8293724Z Entering 'third_party/flatbuffers' 2022-08-17T12:12:15.8329545Z Entering 'third_party/fmt' 2022-08-17T12:12:15.8364752Z Entering 'third_party/foxi' 2022-08-17T12:12:15.8399904Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T12:12:15.8434307Z Entering 'third_party/gloo' 2022-08-17T12:12:15.8469099Z Entering 'third_party/googletest' 2022-08-17T12:12:15.8503779Z Entering 'third_party/ideep' 2022-08-17T12:12:15.8537373Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T12:12:15.8572887Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T12:12:15.8613319Z Entering 'third_party/ios-cmake' 2022-08-17T12:12:15.8647849Z Entering 'third_party/ittapi' 2022-08-17T12:12:15.8683109Z Entering 'third_party/kineto' 2022-08-17T12:12:15.8717471Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T12:12:15.8750865Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T12:12:15.8787396Z Entering 'third_party/nccl/nccl' 2022-08-17T12:12:15.8821507Z Entering 'third_party/neon2sse' 2022-08-17T12:12:15.8855047Z Entering 'third_party/nlohmann' 2022-08-17T12:12:15.8890818Z Entering 'third_party/onnx' 2022-08-17T12:12:15.8936610Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T12:12:15.8971584Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T12:12:15.9007973Z Entering 'third_party/onnx-tensorrt' 2022-08-17T12:12:15.9042981Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T12:12:15.9082654Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T12:12:15.9117204Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T12:12:15.9151858Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T12:12:15.9190842Z Entering 'third_party/pocketfft' 2022-08-17T12:12:15.9225029Z Entering 'third_party/protobuf' 2022-08-17T12:12:15.9261592Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T12:12:15.9295850Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T12:12:15.9331982Z Entering 'third_party/psimd' 2022-08-17T12:12:15.9366985Z Entering 'third_party/pthreadpool' 2022-08-17T12:12:15.9402770Z Entering 'third_party/pybind11' 2022-08-17T12:12:15.9439079Z Entering 'third_party/python-enum' 2022-08-17T12:12:15.9473513Z Entering 'third_party/python-peachpy' 2022-08-17T12:12:15.9508958Z Entering 'third_party/python-six' 2022-08-17T12:12:15.9544048Z Entering 'third_party/sleef' 2022-08-17T12:12:15.9577946Z Entering 'third_party/tbb' 2022-08-17T12:12:15.9614610Z Entering 'third_party/tensorpipe' 2022-08-17T12:12:15.9648382Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T12:12:15.9682631Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T12:12:15.9716247Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T12:12:15.9750350Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T12:12:15.9784683Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T12:12:15.9821334Z Entering 'third_party/zstd' 2022-08-17T12:12:15.9864675Z ##[endgroup] 2022-08-17T12:12:15.9905064Z [command]/usr/bin/git log -1 --format='%H' 2022-08-17T12:12:15.9930629Z 'ce6a3c605df99d1df57c0dda75c06d748e54ed2a' 2022-08-17T12:12:16.0054085Z Prepare all required actions 2022-08-17T12:12:16.0079770Z ##[group]Run ./.github/actions/setup-linux 2022-08-17T12:12:16.0079968Z env: 2022-08-17T12:12:16.0080139Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:16.0080311Z ##[endgroup] 2022-08-17T12:12:16.0095146Z ##[group]Run set -euo pipefail 2022-08-17T12:12:16.0095377Z set -euo pipefail 2022-08-17T12:12:16.0095589Z function get_ec2_metadata() { 2022-08-17T12:12:16.0095819Z  # Pulled from instance metadata endpoint for EC2 2022-08-17T12:12:16.0096173Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-08-17T12:12:16.0096471Z  category=$1 2022-08-17T12:12:16.0096699Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-08-17T12:12:16.0096926Z } 2022-08-17T12:12:16.0097129Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-08-17T12:12:16.0097504Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-08-17T12:12:16.0097788Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-08-17T12:12:16.0098023Z echo "system info $(uname -a)" 2022-08-17T12:12:16.0109443Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:16.0109660Z env: 2022-08-17T12:12:16.0109819Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:16.0110006Z ##[endgroup] 2022-08-17T12:12:16.0202172Z ami-id: ami-096198a0bccc6bad4 2022-08-17T12:12:16.0251468Z instance-id: i-06a6ad864acd2da6c 2022-08-17T12:12:16.0299975Z instance-type: c5.2xlarge 2022-08-17T12:12:16.0306430Z system info Linux ip-10-0-1-140.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-08-17T12:12:16.0322555Z ##[group]Run if systemctl is-active --quiet docker; then 2022-08-17T12:12:16.0322877Z if systemctl is-active --quiet docker; then 2022-08-17T12:12:16.0323129Z  echo "Docker daemon is running..."; 2022-08-17T12:12:16.0323341Z else 2022-08-17T12:12:16.0323578Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-08-17T12:12:16.0323790Z fi 2022-08-17T12:12:16.0335283Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:16.0335503Z env: 2022-08-17T12:12:16.0335662Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:16.0335934Z ##[endgroup] 2022-08-17T12:12:16.0426121Z Docker daemon is running... 2022-08-17T12:12:16.0442540Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:12:16.0442896Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-08-17T12:12:16.0443180Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:12:16.0443563Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-08-17T12:12:16.0443903Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-08-17T12:12:16.0455563Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:16.0455980Z env: 2022-08-17T12:12:16.0456221Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:16.0456419Z AWS_RETRY_MODE: standard 2022-08-17T12:12:16.0456606Z AWS_MAX_ATTEMPTS: 5 2022-08-17T12:12:16.0456787Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T12:12:16.0456974Z ##[endgroup] 2022-08-17T12:12:17.2635586Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-08-17T12:12:17.2636038Z Configure a credential helper to remove this warning. See 2022-08-17T12:12:17.2636578Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-08-17T12:12:17.2636784Z 2022-08-17T12:12:17.2636857Z Login Succeeded 2022-08-17T12:12:17.2673259Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:12:17.2673779Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:12:17.2674376Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-08-17T12:12:17.2689204Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:17.2689433Z env: 2022-08-17T12:12:17.2689609Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:17.2689788Z ##[endgroup] 2022-08-17T12:12:17.2750989Z Prepare all required actions 2022-08-17T12:12:17.2751246Z Getting action download info 2022-08-17T12:12:17.4230127Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-08-17T12:12:17.5341404Z ##[group]Run ./.github/actions/setup-ssh 2022-08-17T12:12:17.5341665Z with: 2022-08-17T12:12:17.5342371Z github-secret: *** 2022-08-17T12:12:17.5342563Z env: 2022-08-17T12:12:17.5342787Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:17.5343030Z ##[endgroup] 2022-08-17T12:12:17.5385150Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-08-17T12:12:17.5385353Z with: 2022-08-17T12:12:17.5385648Z GITHUB_TOKEN: *** 2022-08-17T12:12:17.5385842Z activate-with-label: false 2022-08-17T12:12:17.5386030Z label: with-ssh 2022-08-17T12:12:17.5386216Z remove-existing-keys: true 2022-08-17T12:12:17.5386393Z env: 2022-08-17T12:12:17.5386547Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:17.5386729Z ##[endgroup] 2022-08-17T12:12:17.9177685Z Grabbing public ssh keys from https://github.com/IvanYashchuk.keys 2022-08-17T12:12:17.9991488Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-08-17T12:12:18.0004253Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-08-17T12:12:18.0026596Z Login using: ssh ec2-user@ec2-3-236-39-60.compute-1.amazonaws.com 2022-08-17T12:12:18.0072750Z Prepare all required actions 2022-08-17T12:12:18.0090642Z ##[group]Run ./.github/actions/pull-docker-image 2022-08-17T12:12:18.0090850Z with: 2022-08-17T12:12:18.0091193Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:12:18.0091503Z env: 2022-08-17T12:12:18.0091683Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:18.0091867Z ##[endgroup] 2022-08-17T12:12:18.0104977Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:12:18.0105248Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-08-17T12:12:18.0105515Z # ignore output since only exit code is used for conditional 2022-08-17T12:12:18.0105779Z # only pull docker image if it's not available locally 2022-08-17T12:12:18.0106073Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-08-17T12:12:18.0106375Z  retry docker pull "${DOCKER_IMAGE}" 2022-08-17T12:12:18.0106563Z fi 2022-08-17T12:12:18.0117498Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:12:18.0117717Z env: 2022-08-17T12:12:18.0117879Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:12:18.0118245Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:12:18.0118581Z ##[endgroup] 2022-08-17T12:12:18.2351057Z a347f7e7645f04fc68e4f87c73cf0385233153b8: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-08-17T12:12:18.2362447Z 3b65ec22a9e9: Pulling fs layer 2022-08-17T12:12:18.2362824Z 2c906a4ace61: Pulling fs layer 2022-08-17T12:12:18.2363147Z cbcf816cb939: Pulling fs layer 2022-08-17T12:12:18.2363496Z 2b67d4152ef3: Pulling fs layer 2022-08-17T12:12:18.2363832Z 3075be448204: Pulling fs layer 2022-08-17T12:12:18.2366322Z 4e03caa5b98f: Pulling fs layer 2022-08-17T12:12:18.2367115Z e732bdd8c08e: Pulling fs layer 2022-08-17T12:12:18.2367422Z 812476039862: Pulling fs layer 2022-08-17T12:12:18.2367620Z 9612490f7ee6: Pulling fs layer 2022-08-17T12:12:18.2367846Z 52e54f3f48d0: Pulling fs layer 2022-08-17T12:12:18.2368230Z 0ead2fb7eadc: Pulling fs layer 2022-08-17T12:12:18.2370497Z 53dbcd358737: Pulling fs layer 2022-08-17T12:12:18.2370775Z 73163a89e434: Pulling fs layer 2022-08-17T12:12:18.2371220Z 99d9ca767735: Pulling fs layer 2022-08-17T12:12:18.2371402Z e732bdd8c08e: Waiting 2022-08-17T12:12:18.2371576Z 3937477c4e75: Pulling fs layer 2022-08-17T12:12:18.2371750Z 812476039862: Waiting 2022-08-17T12:12:18.2371930Z ebd96fea3e08: Pulling fs layer 2022-08-17T12:12:18.2372102Z 4e03caa5b98f: Waiting 2022-08-17T12:12:18.2372285Z 9fc9dce5599b: Pulling fs layer 2022-08-17T12:12:18.2372581Z 7eeaba7e9997: Pulling fs layer 2022-08-17T12:12:18.2372847Z 9612490f7ee6: Waiting 2022-08-17T12:12:18.2373144Z 0e080a04fc86: Pulling fs layer 2022-08-17T12:12:18.2373331Z 0ead2fb7eadc: Waiting 2022-08-17T12:12:18.2373511Z eb0174357379: Pulling fs layer 2022-08-17T12:12:18.2378351Z 52e54f3f48d0: Waiting 2022-08-17T12:12:18.2378646Z 8e2e3d96294f: Pulling fs layer 2022-08-17T12:12:18.2378856Z 53dbcd358737: Waiting 2022-08-17T12:12:18.2379041Z 859ab6da3790: Pulling fs layer 2022-08-17T12:12:18.2379210Z 73163a89e434: Waiting 2022-08-17T12:12:18.2379392Z f5c58f7d365a: Pulling fs layer 2022-08-17T12:12:18.2379581Z 99d9ca767735: Waiting 2022-08-17T12:12:18.2379746Z 8767784c7ccd: Pulling fs layer 2022-08-17T12:12:18.2379937Z 64da17414341: Pulling fs layer 2022-08-17T12:12:18.2380113Z 3937477c4e75: Waiting 2022-08-17T12:12:18.2384809Z b042e66ec5b7: Pulling fs layer 2022-08-17T12:12:18.2386202Z f0f5494e019d: Pulling fs layer 2022-08-17T12:12:18.2386526Z ebd96fea3e08: Waiting 2022-08-17T12:12:18.2386853Z e2a60ed512d8: Pulling fs layer 2022-08-17T12:12:18.2387188Z 212f3e47647a: Pulling fs layer 2022-08-17T12:12:18.2387502Z 9fc9dce5599b: Waiting 2022-08-17T12:12:18.2387836Z dc8c20e64ec6: Pulling fs layer 2022-08-17T12:12:18.2388320Z 6100bd64fd74: Pulling fs layer 2022-08-17T12:12:18.2388652Z 7eeaba7e9997: Waiting 2022-08-17T12:12:18.2388968Z 3029c4a0b5d0: Pulling fs layer 2022-08-17T12:12:18.2389304Z 0e080a04fc86: Waiting 2022-08-17T12:12:18.2389633Z d2bad6b7d68e: Pulling fs layer 2022-08-17T12:12:18.2389970Z 3d022fd68806: Pulling fs layer 2022-08-17T12:12:18.2390275Z 859ab6da3790: Waiting 2022-08-17T12:12:18.2390581Z f5c58f7d365a: Waiting 2022-08-17T12:12:18.2390890Z eb0174357379: Waiting 2022-08-17T12:12:18.2391151Z 8767784c7ccd: Waiting 2022-08-17T12:12:18.2391467Z 452421d2603e: Pulling fs layer 2022-08-17T12:12:18.2391767Z 64da17414341: Waiting 2022-08-17T12:12:18.2392072Z bc81ab2a269a: Pulling fs layer 2022-08-17T12:12:18.2392403Z 4e07cb6ac735: Pulling fs layer 2022-08-17T12:12:18.2392676Z 8e2e3d96294f: Waiting 2022-08-17T12:12:18.2392968Z d1a4799debb8: Pulling fs layer 2022-08-17T12:12:18.2393251Z f0f5494e019d: Waiting 2022-08-17T12:12:18.2393534Z b042e66ec5b7: Waiting 2022-08-17T12:12:18.2393832Z 971fd259a78d: Pulling fs layer 2022-08-17T12:12:18.2394140Z 7c07d6982d30: Pulling fs layer 2022-08-17T12:12:18.2394431Z 2b67d4152ef3: Waiting 2022-08-17T12:12:18.2394716Z e2a60ed512d8: Waiting 2022-08-17T12:12:18.2394985Z 6100bd64fd74: Waiting 2022-08-17T12:12:18.2395257Z 3075be448204: Waiting 2022-08-17T12:12:18.2395553Z c164c1e585ee: Pulling fs layer 2022-08-17T12:12:18.2395837Z 3029c4a0b5d0: Waiting 2022-08-17T12:12:18.2396135Z dc8c20e64ec6: Waiting 2022-08-17T12:12:18.2396451Z a4257d731756: Pulling fs layer 2022-08-17T12:12:18.2396732Z 212f3e47647a: Waiting 2022-08-17T12:12:18.2397016Z 67908b636a02: Pulling fs layer 2022-08-17T12:12:18.2397327Z d2bad6b7d68e: Waiting 2022-08-17T12:12:18.2397603Z 3d022fd68806: Waiting 2022-08-17T12:12:18.2397925Z 34a589cf7108: Pulling fs layer 2022-08-17T12:12:18.2398244Z bc81ab2a269a: Waiting 2022-08-17T12:12:18.2398530Z 4e07cb6ac735: Waiting 2022-08-17T12:12:18.2398826Z 452421d2603e: Waiting 2022-08-17T12:12:18.2399116Z d1a4799debb8: Waiting 2022-08-17T12:12:18.2399434Z c7ec37bbde3a: Pulling fs layer 2022-08-17T12:12:18.2399766Z 971fd259a78d: Waiting 2022-08-17T12:12:18.2400054Z 5d54bfc608d8: Pulling fs layer 2022-08-17T12:12:18.2400381Z 460d0261bb77: Pulling fs layer 2022-08-17T12:12:18.2400697Z 7c07d6982d30: Waiting 2022-08-17T12:12:18.2400989Z 34a589cf7108: Waiting 2022-08-17T12:12:18.2401256Z c164c1e585ee: Waiting 2022-08-17T12:12:18.2401580Z 6c6a85d6cea9: Pulling fs layer 2022-08-17T12:12:18.2402080Z a4257d731756: Waiting 2022-08-17T12:12:18.2402369Z c7ec37bbde3a: Waiting 2022-08-17T12:12:18.2402659Z 5d54bfc608d8: Waiting 2022-08-17T12:12:18.2402982Z fe4ad0b2bb73: Pulling fs layer 2022-08-17T12:12:18.2403309Z 8452f9cbe3a4: Pulling fs layer 2022-08-17T12:12:18.2403641Z 91dfd5c28059: Pulling fs layer 2022-08-17T12:12:18.2403989Z 2ac4fd0ab77c: Pulling fs layer 2022-08-17T12:12:18.2404321Z 9e66ad8ac8a2: Pulling fs layer 2022-08-17T12:12:18.2404651Z fe4ad0b2bb73: Waiting 2022-08-17T12:12:18.2404977Z fa1c7207456f: Pulling fs layer 2022-08-17T12:12:18.2405286Z 8452f9cbe3a4: Waiting 2022-08-17T12:12:18.2405608Z 6c6a85d6cea9: Waiting 2022-08-17T12:12:18.2405909Z 91dfd5c28059: Waiting 2022-08-17T12:12:18.2406197Z 2ac4fd0ab77c: Waiting 2022-08-17T12:12:18.2406500Z f5f80a5fadc5: Pulling fs layer 2022-08-17T12:12:18.2406856Z de9303ab1036: Pulling fs layer 2022-08-17T12:12:18.2407167Z fa1c7207456f: Waiting 2022-08-17T12:12:18.2407464Z 27b7374fa405: Pulling fs layer 2022-08-17T12:12:18.2407781Z 845076688d1d: Pulling fs layer 2022-08-17T12:12:18.2408101Z de9303ab1036: Waiting 2022-08-17T12:12:18.2408344Z 845076688d1d: Waiting 2022-08-17T12:12:18.2408603Z 9e66ad8ac8a2: Waiting 2022-08-17T12:12:18.3030244Z 2c906a4ace61: Download complete 2022-08-17T12:12:18.3745037Z 2b67d4152ef3: Download complete 2022-08-17T12:12:18.5679002Z 3b65ec22a9e9: Download complete 2022-08-17T12:12:18.6504596Z 4e03caa5b98f: Verifying Checksum 2022-08-17T12:12:18.6505106Z 4e03caa5b98f: Download complete 2022-08-17T12:12:18.7316437Z e732bdd8c08e: Verifying Checksum 2022-08-17T12:12:18.7316715Z e732bdd8c08e: Download complete 2022-08-17T12:12:18.8192282Z 812476039862: Download complete 2022-08-17T12:12:18.9004793Z 9612490f7ee6: Verifying Checksum 2022-08-17T12:12:18.9005035Z 9612490f7ee6: Download complete 2022-08-17T12:12:18.9913279Z 52e54f3f48d0: Verifying Checksum 2022-08-17T12:12:18.9913685Z 52e54f3f48d0: Download complete 2022-08-17T12:12:19.0698626Z 0ead2fb7eadc: Verifying Checksum 2022-08-17T12:12:19.0698970Z 0ead2fb7eadc: Download complete 2022-08-17T12:12:19.0790544Z 3075be448204: Verifying Checksum 2022-08-17T12:12:19.0791103Z 3075be448204: Download complete 2022-08-17T12:12:19.1575724Z 53dbcd358737: Download complete 2022-08-17T12:12:19.1611454Z 73163a89e434: Download complete 2022-08-17T12:12:19.2242173Z 3937477c4e75: Verifying Checksum 2022-08-17T12:12:19.2242563Z 3937477c4e75: Download complete 2022-08-17T12:12:19.2588555Z 3b65ec22a9e9: Pull complete 2022-08-17T12:12:19.3169020Z ebd96fea3e08: Verifying Checksum 2022-08-17T12:12:19.3169364Z ebd96fea3e08: Download complete 2022-08-17T12:12:19.3969239Z 9fc9dce5599b: Verifying Checksum 2022-08-17T12:12:19.3969625Z 9fc9dce5599b: Download complete 2022-08-17T12:12:19.3980329Z 2c906a4ace61: Pull complete 2022-08-17T12:12:19.4713690Z 7eeaba7e9997: Verifying Checksum 2022-08-17T12:12:19.4713946Z 7eeaba7e9997: Download complete 2022-08-17T12:12:19.5541672Z 0e080a04fc86: Download complete 2022-08-17T12:12:19.6279198Z eb0174357379: Verifying Checksum 2022-08-17T12:12:19.6279673Z eb0174357379: Download complete 2022-08-17T12:12:19.7584420Z 8e2e3d96294f: Verifying Checksum 2022-08-17T12:12:19.7584739Z 8e2e3d96294f: Download complete 2022-08-17T12:12:19.8415028Z 859ab6da3790: Download complete 2022-08-17T12:12:20.1319252Z f5c58f7d365a: Verifying Checksum 2022-08-17T12:12:20.1319517Z f5c58f7d365a: Download complete 2022-08-17T12:12:20.2122139Z 8767784c7ccd: Verifying Checksum 2022-08-17T12:12:20.2122560Z 8767784c7ccd: Download complete 2022-08-17T12:12:20.2790793Z 64da17414341: Download complete 2022-08-17T12:12:21.3469199Z cbcf816cb939: Verifying Checksum 2022-08-17T12:12:21.3469630Z cbcf816cb939: Download complete 2022-08-17T12:12:21.4165082Z f0f5494e019d: Download complete 2022-08-17T12:12:21.5084515Z e2a60ed512d8: Download complete 2022-08-17T12:12:21.5526221Z b042e66ec5b7: Verifying Checksum 2022-08-17T12:12:21.5526780Z b042e66ec5b7: Download complete 2022-08-17T12:12:21.5931124Z 212f3e47647a: Download complete 2022-08-17T12:12:21.6377588Z dc8c20e64ec6: Verifying Checksum 2022-08-17T12:12:21.6378132Z dc8c20e64ec6: Download complete 2022-08-17T12:12:21.6894201Z 6100bd64fd74: Verifying Checksum 2022-08-17T12:12:21.6894497Z 6100bd64fd74: Download complete 2022-08-17T12:12:21.7712259Z d2bad6b7d68e: Verifying Checksum 2022-08-17T12:12:21.7713566Z d2bad6b7d68e: Download complete 2022-08-17T12:12:21.8413878Z 3d022fd68806: Download complete 2022-08-17T12:12:22.6080611Z 452421d2603e: Download complete 2022-08-17T12:12:22.6959268Z bc81ab2a269a: Verifying Checksum 2022-08-17T12:12:22.6960078Z bc81ab2a269a: Download complete 2022-08-17T12:12:22.7845654Z 4e07cb6ac735: Download complete 2022-08-17T12:12:22.8817186Z d1a4799debb8: Verifying Checksum 2022-08-17T12:12:22.8817624Z d1a4799debb8: Download complete 2022-08-17T12:12:22.9533857Z 971fd259a78d: Download complete 2022-08-17T12:12:23.0133464Z 7c07d6982d30: Verifying Checksum 2022-08-17T12:12:23.0133854Z 7c07d6982d30: Download complete 2022-08-17T12:12:23.0672787Z c164c1e585ee: Verifying Checksum 2022-08-17T12:12:23.0673088Z c164c1e585ee: Download complete 2022-08-17T12:12:23.1472989Z a4257d731756: Verifying Checksum 2022-08-17T12:12:23.1473305Z a4257d731756: Download complete 2022-08-17T12:12:23.2220915Z 67908b636a02: Verifying Checksum 2022-08-17T12:12:23.2221741Z 67908b636a02: Download complete 2022-08-17T12:12:23.3030404Z 34a589cf7108: Verifying Checksum 2022-08-17T12:12:23.3031051Z 34a589cf7108: Download complete 2022-08-17T12:12:23.4065435Z c7ec37bbde3a: Download complete 2022-08-17T12:12:23.4907383Z 5d54bfc608d8: Verifying Checksum 2022-08-17T12:12:23.4907799Z 5d54bfc608d8: Download complete 2022-08-17T12:12:23.5616817Z 460d0261bb77: Verifying Checksum 2022-08-17T12:12:23.5617232Z 460d0261bb77: Download complete 2022-08-17T12:12:23.6469615Z 6c6a85d6cea9: Verifying Checksum 2022-08-17T12:12:23.6470026Z 6c6a85d6cea9: Download complete 2022-08-17T12:12:23.8859270Z 3029c4a0b5d0: Verifying Checksum 2022-08-17T12:12:23.8859675Z 3029c4a0b5d0: Download complete 2022-08-17T12:12:23.8995685Z fe4ad0b2bb73: Verifying Checksum 2022-08-17T12:12:23.8996096Z fe4ad0b2bb73: Download complete 2022-08-17T12:12:23.9755621Z 91dfd5c28059: Download complete 2022-08-17T12:12:24.1961954Z 8452f9cbe3a4: Verifying Checksum 2022-08-17T12:12:24.1962388Z 8452f9cbe3a4: Download complete 2022-08-17T12:12:24.2750544Z 9e66ad8ac8a2: Verifying Checksum 2022-08-17T12:12:24.2750835Z 9e66ad8ac8a2: Download complete 2022-08-17T12:12:24.3631695Z fa1c7207456f: Download complete 2022-08-17T12:12:24.4369053Z f5f80a5fadc5: Verifying Checksum 2022-08-17T12:12:24.4369504Z f5f80a5fadc5: Download complete 2022-08-17T12:12:24.5054766Z de9303ab1036: Verifying Checksum 2022-08-17T12:12:24.5055112Z de9303ab1036: Download complete 2022-08-17T12:12:24.5848408Z 27b7374fa405: Verifying Checksum 2022-08-17T12:12:24.5848768Z 27b7374fa405: Download complete 2022-08-17T12:12:25.1761600Z 845076688d1d: Verifying Checksum 2022-08-17T12:12:25.1761875Z 845076688d1d: Download complete 2022-08-17T12:12:27.0342368Z 2ac4fd0ab77c: Verifying Checksum 2022-08-17T12:12:27.0343191Z 2ac4fd0ab77c: Download complete 2022-08-17T12:12:27.8017349Z cbcf816cb939: Pull complete 2022-08-17T12:12:27.9306198Z 2b67d4152ef3: Pull complete 2022-08-17T12:12:29.2070433Z 3075be448204: Pull complete 2022-08-17T12:12:29.4581544Z 4e03caa5b98f: Pull complete 2022-08-17T12:12:29.6814473Z e732bdd8c08e: Pull complete 2022-08-17T12:12:29.9185596Z 812476039862: Pull complete 2022-08-17T12:12:30.1102537Z 9612490f7ee6: Pull complete 2022-08-17T12:12:30.3154303Z 52e54f3f48d0: Pull complete 2022-08-17T12:12:30.5925073Z 0ead2fb7eadc: Pull complete 2022-08-17T12:12:30.8071372Z 53dbcd358737: Pull complete 2022-08-17T12:12:30.9807165Z 73163a89e434: Pull complete 2022-08-17T12:12:35.6195122Z 99d9ca767735: Verifying Checksum 2022-08-17T12:12:35.6195391Z 99d9ca767735: Download complete 2022-08-17T12:12:58.4904547Z 99d9ca767735: Pull complete 2022-08-17T12:12:58.6110605Z 3937477c4e75: Pull complete 2022-08-17T12:12:58.7548097Z ebd96fea3e08: Pull complete 2022-08-17T12:12:58.8376204Z 9fc9dce5599b: Pull complete 2022-08-17T12:12:58.9494336Z 7eeaba7e9997: Pull complete 2022-08-17T12:12:59.0742614Z 0e080a04fc86: Pull complete 2022-08-17T12:12:59.1933449Z eb0174357379: Pull complete 2022-08-17T12:12:59.2909370Z 8e2e3d96294f: Pull complete 2022-08-17T12:12:59.3941442Z 859ab6da3790: Pull complete 2022-08-17T12:12:59.8884614Z f5c58f7d365a: Pull complete 2022-08-17T12:12:59.9831346Z 8767784c7ccd: Pull complete 2022-08-17T12:13:00.0994721Z 64da17414341: Pull complete 2022-08-17T12:13:02.9012199Z b042e66ec5b7: Pull complete 2022-08-17T12:13:03.1341176Z f0f5494e019d: Pull complete 2022-08-17T12:13:03.2987275Z e2a60ed512d8: Pull complete 2022-08-17T12:13:03.5156340Z 212f3e47647a: Pull complete 2022-08-17T12:13:03.6568427Z dc8c20e64ec6: Pull complete 2022-08-17T12:13:03.8669898Z 6100bd64fd74: Pull complete 2022-08-17T12:13:08.3932837Z 3029c4a0b5d0: Pull complete 2022-08-17T12:13:08.5964873Z d2bad6b7d68e: Pull complete 2022-08-17T12:13:08.8026553Z 3d022fd68806: Pull complete 2022-08-17T12:13:09.0149601Z 452421d2603e: Pull complete 2022-08-17T12:13:09.1098243Z bc81ab2a269a: Pull complete 2022-08-17T12:13:09.2170188Z 4e07cb6ac735: Pull complete 2022-08-17T12:13:09.3306901Z d1a4799debb8: Pull complete 2022-08-17T12:13:09.4331357Z 971fd259a78d: Pull complete 2022-08-17T12:13:09.5253872Z 7c07d6982d30: Pull complete 2022-08-17T12:13:09.6137915Z c164c1e585ee: Pull complete 2022-08-17T12:13:09.7018109Z a4257d731756: Pull complete 2022-08-17T12:13:09.7886226Z 67908b636a02: Pull complete 2022-08-17T12:13:09.8923394Z 34a589cf7108: Pull complete 2022-08-17T12:13:09.9915980Z c7ec37bbde3a: Pull complete 2022-08-17T12:13:10.0903555Z 5d54bfc608d8: Pull complete 2022-08-17T12:13:10.2032361Z 460d0261bb77: Pull complete 2022-08-17T12:13:10.3027250Z 6c6a85d6cea9: Pull complete 2022-08-17T12:13:10.6476459Z fe4ad0b2bb73: Pull complete 2022-08-17T12:13:10.7445804Z 8452f9cbe3a4: Pull complete 2022-08-17T12:13:10.9180046Z 91dfd5c28059: Pull complete 2022-08-17T12:13:14.7619373Z 2ac4fd0ab77c: Pull complete 2022-08-17T12:13:15.0094627Z 9e66ad8ac8a2: Pull complete 2022-08-17T12:13:15.2112250Z fa1c7207456f: Pull complete 2022-08-17T12:13:15.4265341Z f5f80a5fadc5: Pull complete 2022-08-17T12:13:15.6726346Z de9303ab1036: Pull complete 2022-08-17T12:13:15.8897433Z 27b7374fa405: Pull complete 2022-08-17T12:13:17.4679961Z 845076688d1d: Pull complete 2022-08-17T12:13:17.5340998Z Digest: sha256:516d0f6e64b674c0722f8d9349fea354474069da0ed695d171f2dd77c1703ee3 2022-08-17T12:13:17.5395193Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:13:17.5425944Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:13:17.5477945Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-08-17T12:13:17.5478227Z python3 -m pip install psutil==5.9.1 2022-08-17T12:13:17.5478464Z python3 -m pip install pynvml==11.4.1 2022-08-17T12:13:17.5478722Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-08-17T12:13:17.5479001Z echo "::set-output name=monitor-script-pid::${!}" 2022-08-17T12:13:17.5490538Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:13:17.5490758Z env: 2022-08-17T12:13:17.5490932Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:13:17.5491106Z ##[endgroup] 2022-08-17T12:13:19.7086637Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:13:20.0335099Z Collecting psutil==5.9.1 2022-08-17T12:13:20.0478535Z Downloading psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2022-08-17T12:13:20.1599428Z Installing collected packages: psutil 2022-08-17T12:13:20.2850811Z Successfully installed psutil-5.9.1 2022-08-17T12:13:20.5521197Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T12:13:20.6073688Z Collecting pynvml==11.4.1 2022-08-17T12:13:20.6235291Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-08-17T12:13:20.6814463Z Installing collected packages: pynvml 2022-08-17T12:13:20.7408515Z Successfully installed pynvml-11.4.1 2022-08-17T12:13:20.7972786Z Prepare all required actions 2022-08-17T12:13:20.7973312Z Getting action download info 2022-08-17T12:13:20.9737917Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-08-17T12:13:21.1341586Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-08-17T12:13:21.2440504Z ##[group]Run ./.github/actions/download-build-artifacts 2022-08-17T12:13:21.2440889Z with: 2022-08-17T12:13:21.2441219Z name: linux-focal-py3.7-clang7-asan 2022-08-17T12:13:21.2441545Z env: 2022-08-17T12:13:21.2441817Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:13:21.2442074Z ##[endgroup] 2022-08-17T12:13:21.2473057Z ##[group]Run seemethere/download-artifact-s3@v4 2022-08-17T12:13:21.2473273Z with: 2022-08-17T12:13:21.2473470Z name: linux-focal-py3.7-clang7-asan 2022-08-17T12:13:21.2473687Z s3-bucket: gha-artifacts 2022-08-17T12:13:21.2473877Z region: us-east-1 2022-08-17T12:13:21.2474080Z env: 2022-08-17T12:13:21.2474237Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:13:21.2474426Z ##[endgroup] 2022-08-17T12:13:21.6817158Z Found 1 objects with prefix pytorch/pytorch/2875102080/linux-focal-py3.7-clang7-asan/ 2022-08-17T12:13:21.6817999Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:13:32.6620177Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-08-17T12:13:32.6620535Z 2022-08-17T12:13:32.6621629Z Artifact download has finished successfully 2022-08-17T12:13:32.6751978Z ##[group]Run unzip -o artifacts.zip 2022-08-17T12:13:32.6752269Z unzip -o artifacts.zip 2022-08-17T12:13:32.6763454Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:13:32.6763852Z env: 2022-08-17T12:13:32.6764086Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:13:32.6764381Z ##[endgroup] 2022-08-17T12:13:32.7003500Z Archive: artifacts.zip 2022-08-17T12:13:32.7003902Z creating: dist/ 2022-08-17T12:13:34.8554302Z inflating: dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:13:36.6902993Z inflating: dist/torch-1.13.0a0+gitce6a3c6.tar.gz 2022-08-17T12:13:36.6903251Z creating: build/lib/ 2022-08-17T12:13:36.6904809Z inflating: build/lib/libclog.a 2022-08-17T12:13:36.7083391Z inflating: build/lib/libgtest.a 2022-08-17T12:13:36.7104304Z inflating: build/lib/libpthreadpool.a 2022-08-17T12:13:36.7361934Z inflating: build/lib/libbenchmark.a 2022-08-17T12:13:36.7378981Z inflating: build/lib/libittnotify.a 2022-08-17T12:13:36.7554949Z inflating: build/lib/libprotobuf-lite.a 2022-08-17T12:13:36.7619100Z inflating: build/lib/libfmt.a 2022-08-17T12:13:36.7620122Z inflating: build/lib/libfoxi_loader.a 2022-08-17T12:13:36.7730737Z inflating: build/lib/libtensorpipe_uv.a 2022-08-17T12:13:36.8051782Z inflating: build/lib/libgloo.a 2022-08-17T12:13:36.8399278Z inflating: build/lib/libasmjit.a 2022-08-17T12:13:36.9303491Z inflating: build/lib/libprotobuf.a 2022-08-17T12:13:36.9304223Z inflating: build/lib/libtorch_global_deps.so 2022-08-17T12:13:36.9522367Z inflating: build/lib/libc10.so 2022-08-17T12:13:36.9548765Z inflating: build/lib/libcpuinfo.a 2022-08-17T12:13:36.9573270Z inflating: build/lib/libcpuinfo_internals.a 2022-08-17T12:13:36.9581240Z inflating: build/lib/libnnpack_reference_layers.a 2022-08-17T12:13:36.9582506Z inflating: build/lib/libgtest_main.a 2022-08-17T12:13:36.9630735Z inflating: build/lib/libgmock.a 2022-08-17T12:13:36.9631535Z inflating: build/lib/libbenchmark_main.a 2022-08-17T12:13:37.0738982Z inflating: build/lib/libprotoc.a 2022-08-17T12:13:37.2572735Z inflating: build/lib/libtensorpipe.a 2022-08-17T12:13:37.2632215Z inflating: build/lib/libqnnpack.a 2022-08-17T12:13:38.0237381Z inflating: build/lib/libfbgemm.a 2022-08-17T12:13:38.0238171Z inflating: build/lib/libgmock_main.a 2022-08-17T12:13:38.1125644Z inflating: build/lib/libkineto.a 2022-08-17T12:13:38.1228080Z inflating: build/lib/libpytorch_qnnpack.a 2022-08-17T12:13:38.1878576Z inflating: build/lib/libXNNPACK.a 2022-08-17T12:13:38.2082761Z inflating: build/lib/libcaffe2_protos.a 2022-08-17T12:13:38.2297135Z inflating: build/lib/libonnx_proto.a 2022-08-17T12:13:38.4533984Z inflating: build/lib/libonnx.a 2022-08-17T12:13:38.4568649Z inflating: build/lib/libnnpack.a 2022-08-17T12:13:44.1597349Z inflating: build/lib/libtorch_cpu.so 2022-08-17T12:13:44.1597874Z inflating: build/lib/libtorch.so 2022-08-17T12:13:44.1677487Z inflating: build/lib/libjitbackend_test.so 2022-08-17T12:13:44.1854379Z inflating: build/lib/libtorchbind_test.so 2022-08-17T12:13:44.1958030Z inflating: build/lib/libbackend_with_compiler.so 2022-08-17T12:13:44.1967950Z inflating: build/lib/libshm.so 2022-08-17T12:13:44.9059982Z inflating: build/lib/libtorch_python.so 2022-08-17T12:13:44.9207851Z inflating: build/lib/libnnapi_backend.so 2022-08-17T12:13:44.9209582Z creating: build/bin/ 2022-08-17T12:13:44.9350708Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-08-17T12:13:44.9498642Z inflating: build/bin/c10_DeviceGuard_test 2022-08-17T12:13:44.9643086Z inflating: build/bin/c10_Device_test 2022-08-17T12:13:44.9808904Z inflating: build/bin/c10_DispatchKeySet_test 2022-08-17T12:13:44.9949348Z inflating: build/bin/c10_StreamGuard_test 2022-08-17T12:13:45.0092213Z inflating: build/bin/c10_SymInt_test 2022-08-17T12:13:45.0244516Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-08-17T12:13:45.0402796Z inflating: build/bin/c10_InlineStreamGuard_test 2022-08-17T12:13:45.0560845Z inflating: build/bin/c10_SizesAndStrides_test 2022-08-17T12:13:45.0700709Z inflating: build/bin/c10_Array_test 2022-08-17T12:13:45.0848222Z inflating: build/bin/c10_Bitset_test 2022-08-17T12:13:45.0993147Z inflating: build/bin/c10_C++17_test 2022-08-17T12:13:45.1132854Z inflating: build/bin/c10_ConstexprCrc_test 2022-08-17T12:13:45.1274644Z inflating: build/bin/c10_DeadlockDetection_test 2022-08-17T12:13:45.1416637Z inflating: build/bin/c10_Half_test 2022-08-17T12:13:45.1573558Z inflating: build/bin/c10_LeftRight_test 2022-08-17T12:13:45.1757678Z inflating: build/bin/c10_Metaprogramming_test 2022-08-17T12:13:45.2135288Z inflating: build/bin/c10_SmallVectorTest 2022-08-17T12:13:45.2278526Z inflating: build/bin/c10_Synchronized_test 2022-08-17T12:13:45.2431488Z inflating: build/bin/c10_ThreadLocal_test 2022-08-17T12:13:45.2578241Z inflating: build/bin/c10_TypeList_test 2022-08-17T12:13:45.2724409Z inflating: build/bin/c10_TypeIndex_test 2022-08-17T12:13:45.2864463Z inflating: build/bin/c10_TypeTraits_test 2022-08-17T12:13:45.3013415Z inflating: build/bin/c10_accumulate_test 2022-08-17T12:13:45.3169181Z inflating: build/bin/c10_bfloat16_test 2022-08-17T12:13:45.3322799Z inflating: build/bin/c10_complex_math_test 2022-08-17T12:13:45.3478673Z inflating: build/bin/c10_complex_test 2022-08-17T12:13:45.3766178Z inflating: build/bin/c10_either_test 2022-08-17T12:13:45.3916240Z inflating: build/bin/c10_exception_test 2022-08-17T12:13:45.4066637Z inflating: build/bin/c10_flags_test 2022-08-17T12:13:45.4210679Z inflating: build/bin/c10_irange_test 2022-08-17T12:13:45.4548735Z inflating: build/bin/c10_intrusive_ptr_test 2022-08-17T12:13:45.4707711Z inflating: build/bin/c10_logging_test 2022-08-17T12:13:45.4926831Z inflating: build/bin/c10_optional_test 2022-08-17T12:13:45.5114332Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-08-17T12:13:45.5269844Z inflating: build/bin/c10_registry_test 2022-08-17T12:13:45.5432390Z inflating: build/bin/c10_string_view_test 2022-08-17T12:13:45.5578604Z inflating: build/bin/c10_tempfile_test 2022-08-17T12:13:45.5731301Z inflating: build/bin/c10_typeid_test 2022-08-17T12:13:45.5899184Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-08-17T12:13:45.6991349Z inflating: build/bin/protoc-3.13.0.0 2022-08-17T12:13:45.8081719Z inflating: build/bin/protoc 2022-08-17T12:13:45.9215872Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-08-17T12:13:46.0396196Z inflating: build/bin/vec_test_all_types_AVX2 2022-08-17T12:13:46.1572343Z inflating: build/bin/vec_test_all_types_AVX512 2022-08-17T12:13:46.1722470Z inflating: build/bin/FileStoreTest 2022-08-17T12:13:46.1873884Z inflating: build/bin/HashStoreTest 2022-08-17T12:13:46.2044249Z inflating: build/bin/TCPStoreTest 2022-08-17T12:13:46.2051859Z inflating: build/bin/example_allreduce 2022-08-17T12:13:46.2246488Z inflating: build/bin/ProcessGroupGlooTest 2022-08-17T12:13:46.2395691Z inflating: build/bin/Dimname_test 2022-08-17T12:13:46.2557912Z inflating: build/bin/scalar_test 2022-08-17T12:13:46.2724269Z inflating: build/bin/atest 2022-08-17T12:13:46.2902618Z inflating: build/bin/apply_utils_test 2022-08-17T12:13:46.3078303Z inflating: build/bin/basic 2022-08-17T12:13:46.3268596Z inflating: build/bin/Dict_test 2022-08-17T12:13:46.3425989Z inflating: build/bin/NamedTensor_test 2022-08-17T12:13:46.3577083Z inflating: build/bin/half_test 2022-08-17T12:13:46.3727634Z inflating: build/bin/broadcast_test 2022-08-17T12:13:46.3873980Z inflating: build/bin/wrapdim_test 2022-08-17T12:13:46.4018010Z inflating: build/bin/dlconvertor_test 2022-08-17T12:13:46.4178115Z inflating: build/bin/native_test 2022-08-17T12:13:46.4346217Z inflating: build/bin/scalar_tensor_test 2022-08-17T12:13:46.4497135Z inflating: build/bin/undefined_tensor_test 2022-08-17T12:13:46.4651674Z inflating: build/bin/test_parallel 2022-08-17T12:13:46.4653585Z inflating: build/bin/verify_api_visibility 2022-08-17T12:13:46.4657981Z inflating: build/bin/thread_init_test 2022-08-17T12:13:46.4805435Z inflating: build/bin/weakref_test 2022-08-17T12:13:46.4963259Z inflating: build/bin/quantized_test 2022-08-17T12:13:46.5107954Z inflating: build/bin/operators_test 2022-08-17T12:13:46.5271467Z inflating: build/bin/extension_backend_test 2022-08-17T12:13:46.5413961Z inflating: build/bin/lazy_tensor_test 2022-08-17T12:13:46.5564155Z inflating: build/bin/math_kernel_test 2022-08-17T12:13:46.5798504Z inflating: build/bin/tensor_iterator_test 2022-08-17T12:13:46.5947695Z inflating: build/bin/memory_overlapping_test 2022-08-17T12:13:46.6090466Z inflating: build/bin/variant_test 2022-08-17T12:13:46.6249149Z inflating: build/bin/cpu_generator_test 2022-08-17T12:13:46.6404239Z inflating: build/bin/mobile_memory_cleanup 2022-08-17T12:13:46.6556550Z inflating: build/bin/cpu_profiling_allocator_test 2022-08-17T12:13:46.6751633Z inflating: build/bin/pow_test 2022-08-17T12:13:46.6893997Z inflating: build/bin/reduce_ops_test 2022-08-17T12:13:46.7039625Z inflating: build/bin/reportMemoryUsage_test 2022-08-17T12:13:46.7191268Z inflating: build/bin/memory_format_test 2022-08-17T12:13:46.7477385Z inflating: build/bin/ivalue_test 2022-08-17T12:13:46.7675042Z inflating: build/bin/vmap_test 2022-08-17T12:13:46.8006658Z inflating: build/bin/cpu_rng_test 2022-08-17T12:13:46.8185606Z inflating: build/bin/type_test 2022-08-17T12:13:46.8329125Z inflating: build/bin/dispatch_key_set_test 2022-08-17T12:13:46.8577292Z inflating: build/bin/List_test 2022-08-17T12:13:46.8745194Z inflating: build/bin/IListRef_test 2022-08-17T12:13:46.8894983Z inflating: build/bin/stride_properties_test 2022-08-17T12:13:46.9078021Z inflating: build/bin/KernelFunction_test 2022-08-17T12:13:46.9434821Z inflating: build/bin/kernel_function_legacy_test 2022-08-17T12:13:46.9712588Z inflating: build/bin/kernel_function_test 2022-08-17T12:13:47.0098671Z inflating: build/bin/kernel_lambda_legacy_test 2022-08-17T12:13:47.0410559Z inflating: build/bin/kernel_lambda_test 2022-08-17T12:13:47.0587619Z inflating: build/bin/kernel_stackbased_test 2022-08-17T12:13:47.0872163Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-08-17T12:13:47.1017562Z inflating: build/bin/CppSignature_test 2022-08-17T12:13:47.1181142Z inflating: build/bin/backend_fallback_test 2022-08-17T12:13:47.1343174Z inflating: build/bin/op_allowlist_test 2022-08-17T12:13:47.1501484Z inflating: build/bin/inline_container_test 2022-08-17T12:13:47.2453860Z inflating: build/bin/op_registration_test 2022-08-17T12:13:47.2612581Z inflating: build/bin/test_dist_autograd 2022-08-17T12:13:47.2655584Z inflating: build/bin/tutorial_tensorexpr 2022-08-17T12:13:47.2873809Z inflating: build/bin/test_cpp_rpc 2022-08-17T12:13:47.2878294Z inflating: build/bin/parallel_benchmark 2022-08-17T12:13:47.4722868Z inflating: build/bin/test_tensorexpr 2022-08-17T12:13:47.5557910Z inflating: build/bin/test_lazy 2022-08-17T12:13:47.5573144Z inflating: build/bin/torch_shm_manager 2022-08-17T12:13:47.8788831Z inflating: build/bin/test_api 2022-08-17T12:13:48.0602397Z inflating: build/bin/test_jit 2022-08-17T12:13:48.0602799Z inflating: .pytorch-test-times.json 2022-08-17T12:13:48.0626265Z ##[group]Run df -H 2022-08-17T12:13:48.0626452Z df -H 2022-08-17T12:13:48.0643558Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T12:13:48.0643782Z env: 2022-08-17T12:13:48.0643969Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:13:48.0644148Z ##[endgroup] 2022-08-17T12:13:48.0893546Z Filesystem Size Used Avail Use% Mounted on 2022-08-17T12:13:48.0893823Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-08-17T12:13:48.0894026Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-08-17T12:13:48.0894230Z tmpfs 8.2G 463k 8.2G 1% /run 2022-08-17T12:13:48.0896045Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-08-17T12:13:48.0896400Z /dev/nvme0n1p1 162G 18G 144G 11% / 2022-08-17T12:13:48.0899170Z tmpfs 1.7G 0 1.7G 0% /run/user/0 2022-08-17T12:13:48.0927891Z ##[group]Run .github/scripts/parse_ref.py 2022-08-17T12:13:48.0928136Z .github/scripts/parse_ref.py 2022-08-17T12:13:48.0939158Z shell: /usr/bin/bash -e {0} 2022-08-17T12:13:48.0939350Z env: 2022-08-17T12:13:48.0939526Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:13:48.0939703Z ##[endgroup] 2022-08-17T12:13:48.1206447Z ##[group]Run set -x 2022-08-17T12:13:48.1206729Z set -x 2022-08-17T12:13:48.1206893Z  2022-08-17T12:13:48.1207086Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-08-17T12:13:48.1207331Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-08-17T12:13:48.1207586Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-08-17T12:13:48.1207820Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-08-17T12:13:48.1208006Z else 2022-08-17T12:13:48.1208208Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:13:48.1208406Z fi 2022-08-17T12:13:48.1208550Z  2022-08-17T12:13:48.1208787Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-08-17T12:13:48.1209022Z  2022-08-17T12:13:48.1209221Z # sanitize the input commit message and PR body here: 2022-08-17T12:13:48.1209432Z # 2022-08-17T12:13:48.1209716Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-08-17T12:13:48.1210099Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-08-17T12:13:48.1210399Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-08-17T12:13:48.1210626Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-08-17T12:13:48.1210808Z  2022-08-17T12:13:48.1211050Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-08-17T12:13:48.1211324Z # wreak havoc internally 2022-08-17T12:13:48.1211554Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-08-17T12:13:48.1211875Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-08-17T12:13:48.1212061Z  2022-08-17T12:13:48.1212288Z # detached container should get cleaned up by teardown_ec2_linux 2022-08-17T12:13:48.1212584Z # TODO: Stop building test binaries as part of the build phase 2022-08-17T12:13:48.1212840Z # Used for GPU_FLAG since that doesn't play nice 2022-08-17T12:13:48.1213077Z # shellcheck disable=SC2086,SC2090 2022-08-17T12:13:48.1213293Z container_name=$(docker run \ 2022-08-17T12:13:48.1213477Z  ${GPU_FLAG:-} \ 2022-08-17T12:13:48.1213672Z  -e BUILD_ENVIRONMENT \ 2022-08-17T12:13:48.1213870Z  -e PR_NUMBER \ 2022-08-17T12:13:48.1214049Z  -e GITHUB_ACTIONS \ 2022-08-17T12:13:48.1214234Z  -e BASE_SHA \ 2022-08-17T12:13:48.1214418Z  -e BRANCH \ 2022-08-17T12:13:48.1214578Z  -e SHA1 \ 2022-08-17T12:13:48.1214895Z  -e AWS_DEFAULT_REGION \ 2022-08-17T12:13:48.1215098Z  -e IN_WHEEL_TEST \ 2022-08-17T12:13:48.1215285Z  -e SHARD_NUMBER \ 2022-08-17T12:13:48.1215459Z  -e TEST_CONFIG \ 2022-08-17T12:13:48.1215647Z  -e NUM_TEST_SHARDS \ 2022-08-17T12:13:48.1215835Z  -e PR_BODY \ 2022-08-17T12:13:48.1216014Z  -e COMMIT_MESSAGES \ 2022-08-17T12:13:48.1216227Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-08-17T12:13:48.1216457Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-08-17T12:13:48.1216651Z  -e PR_LABELS \ 2022-08-17T12:13:48.1216859Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-08-17T12:13:48.1217066Z  -e SCCACHE_BUCKET \ 2022-08-17T12:13:48.1217239Z  -e XLA_CUDA \ 2022-08-17T12:13:48.1217442Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-08-17T12:13:48.1217688Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-08-17T12:13:48.1217921Z  --ulimit stack=10485760:83886080 \ 2022-08-17T12:13:48.1218134Z  --security-opt seccomp=unconfined \ 2022-08-17T12:13:48.1218359Z  --cap-add=SYS_PTRACE \ 2022-08-17T12:13:48.1218550Z  --ipc=host \ 2022-08-17T12:13:48.1218729Z  --shm-size="${SHM_SIZE}" \ 2022-08-17T12:13:48.1218915Z  --tty \ 2022-08-17T12:13:48.1219176Z  --detach \ 2022-08-17T12:13:48.1219361Z  --name="${container_name}" \ 2022-08-17T12:13:48.1219558Z  --user jenkins \ 2022-08-17T12:13:48.1219792Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-08-17T12:13:48.1220028Z  -w /var/lib/jenkins/workspace \ 2022-08-17T12:13:48.1220232Z  "${DOCKER_IMAGE}" 2022-08-17T12:13:48.1220414Z ) 2022-08-17T12:13:48.1220658Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-08-17T12:13:48.1232594Z shell: /usr/bin/bash -e {0} 2022-08-17T12:13:48.1232780Z env: 2022-08-17T12:13:48.1232960Z GIT_DEFAULT_BRANCH: master 2022-08-17T12:13:48.1233200Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-08-17T12:13:48.1233429Z PR_NUMBER: 82657 2022-08-17T12:13:48.1233609Z BRANCH: pull/82657 2022-08-17T12:13:48.1233814Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:13:48.1234061Z BASE_SHA: 343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:13:48.1234275Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T12:13:48.1234469Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T12:13:48.1234662Z TEST_CONFIG: default 2022-08-17T12:13:48.1234841Z SHARD_NUMBER: 3 2022-08-17T12:13:48.1235001Z NUM_TEST_SHARDS: 5 2022-08-17T12:13:48.1235547Z PR_BODY: ### Description This PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser. Partitioning of the graph is removed because it's handled by the `execute(..., executor="nvfuser")` function. ### Testing Existing tests in `test/test_fx_backends.py`. 2022-08-17T12:13:48.1236211Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-08-17T12:13:48.1236435Z SHM_SIZE: 1g 2022-08-17T12:13:48.1236764Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:13:48.1237095Z XLA_CUDA: 2022-08-17T12:13:48.1237352Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:13:48.1237612Z ##[endgroup] 2022-08-17T12:13:48.1262242Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-08-17T12:13:48.1262919Z + [[ linux-focal-py3.7-clang7-asan == *onnx* ]] 2022-08-17T12:13:48.1263189Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-08-17T12:13:48.1265568Z ++ git cherry -v origin/master 2022-08-17T12:13:48.1372596Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx 2022-08-17T12:13:48.1373228Z + 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table 2022-08-17T12:13:48.1373790Z + e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser 2022-08-17T12:13:48.1374202Z + a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec 2022-08-17T12:13:48.1374547Z + fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests 2022-08-17T12:13:48.1375041Z + 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path 2022-08-17T12:13:48.1375400Z + d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py 2022-08-17T12:13:48.1375842Z + ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:13:48.1377878Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:13:48.1379452Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because it'\''s handled by the `execute(..., executor="nvfuser")` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:13:48.1382879Z + export 'COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:13:48.1385081Z + COMMIT_MESSAGES='+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test' 2022-08-17T12:13:48.1386644Z + export 'PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:13:48.1387729Z + PR_BODY='### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`.' 2022-08-17T12:13:48.1391953Z +++ nproc --ignore=2 2022-08-17T12:13:48.1542335Z ++ 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 XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_2875102080 --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:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T12:14:02.2886582Z + container_name=c91802e6221e9d7603f91e0b76bd32f2efd775dbede4e3f12716efd03a5fcaf5 2022-08-17T12:14:02.2887300Z + docker exec -t c91802e6221e9d7603f91e0b76bd32f2efd775dbede4e3f12716efd03a5fcaf5 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-08-17T12:14:02.8044197Z Processing ./dist/torch-1.13.0a0+gitce6a3c6-cp37-cp37m-linux_x86_64.whl 2022-08-17T12:14:02.8795729Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitce6a3c6) (4.3.0) 2022-08-17T12:14:03.3393786Z Installing collected packages: torch 2022-08-17T12:14:13.2852021Z Successfully installed torch-1.13.0a0+gitce6a3c6 2022-08-17T12:14:13.3802355Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-08-17T12:14:13.3963314Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-08-17T12:14:13.3963803Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-08-17T12:14:13.3964279Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-08-17T12:14:13.3964896Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-08-17T12:14:13.3966877Z + BUILD_DIR=build 2022-08-17T12:14:13.3967110Z + BUILD_RENAMED_DIR=build_renamed 2022-08-17T12:14:13.3967322Z + BUILD_BIN_DIR=build/bin 2022-08-17T12:14:13.3967718Z + [[ linux-focal-py3.7-clang7-asan != *bazel* ]] 2022-08-17T12:14:13.3967962Z ++ realpath build/custom_test_artifacts 2022-08-17T12:14:13.3983206Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-08-17T12:14:13.3986222Z ++ dirname .jenkins/pytorch/test.sh 2022-08-17T12:14:13.4004150Z + source .jenkins/pytorch/common.sh 2022-08-17T12:14:13.4007203Z +++ dirname .jenkins/pytorch/common.sh 2022-08-17T12:14:13.4013574Z ++ source .jenkins/pytorch/common_utils.sh 2022-08-17T12:14:13.4015879Z +++ declare -f -t trap_add 2022-08-17T12:14:13.4019729Z ++ set -ex 2022-08-17T12:14:13.4020372Z ++ [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-08-17T12:14:13.4020891Z ++ BUILD_TEST_LIBTORCH=0 2022-08-17T12:14:13.4021466Z ++ [[ default == *xla* ]] 2022-08-17T12:14:13.4022103Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-08-17T12:14:13.4022654Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-bionic* ]] 2022-08-17T12:14:13.4023004Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-focal* ]] 2022-08-17T12:14:13.4023218Z ++ which conda 2022-08-17T12:14:13.4075923Z /opt/conda/bin/conda 2022-08-17T12:14:13.4076640Z ++ conda install -q -y cmake 2022-08-17T12:14:15.5592357Z Collecting package metadata (current_repodata.json): ...working... done 2022-08-17T12:14:15.9965071Z Solving environment: ...working... done 2022-08-17T12:14:16.0833632Z 2022-08-17T12:14:16.0833933Z ## Package Plan ## 2022-08-17T12:14:16.0834082Z 2022-08-17T12:14:16.0834298Z environment location: /opt/conda 2022-08-17T12:14:16.0834437Z 2022-08-17T12:14:16.0834568Z added / updated specs: 2022-08-17T12:14:16.0834875Z - cmake 2022-08-17T12:14:16.0834964Z 2022-08-17T12:14:16.0834969Z 2022-08-17T12:14:16.0835093Z The following packages will be downloaded: 2022-08-17T12:14:16.0835234Z 2022-08-17T12:14:16.0835376Z package | build 2022-08-17T12:14:16.0835663Z ---------------------------|----------------- 2022-08-17T12:14:16.0835967Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-08-17T12:14:16.0836329Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-08-17T12:14:16.0836619Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-08-17T12:14:16.0836939Z expat-2.4.4 | h295c915_0 169 KB 2022-08-17T12:14:16.0837227Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-08-17T12:14:16.0837508Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-08-17T12:14:16.0837862Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-08-17T12:14:16.0838132Z libev-4.33 | h7f8727e_1 111 KB 2022-08-17T12:14:16.0838426Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-08-17T12:14:16.0838802Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-08-17T12:14:16.0839093Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-08-17T12:14:16.0839645Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-08-17T12:14:16.0839930Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-08-17T12:14:16.0840277Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-08-17T12:14:16.0840567Z ------------------------------------------------------------ 2022-08-17T12:14:16.0840816Z Total: 12.0 MB 2022-08-17T12:14:16.0840998Z 2022-08-17T12:14:16.0841113Z The following NEW packages will be INSTALLED: 2022-08-17T12:14:16.0841255Z 2022-08-17T12:14:16.0854972Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-08-17T12:14:16.0855438Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-08-17T12:14:16.0855820Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-08-17T12:14:16.0856243Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-08-17T12:14:16.0856574Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-08-17T12:14:16.0856995Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 2022-08-17T12:14:16.0857367Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-08-17T12:14:16.0857794Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-08-17T12:14:16.0858151Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-08-17T12:14:16.0858617Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-08-17T12:14:16.0858972Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-08-17T12:14:16.0859302Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-08-17T12:14:16.0859641Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-08-17T12:14:16.0860145Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-08-17T12:14:16.0860291Z 2022-08-17T12:14:16.0860296Z 2022-08-17T12:14:16.9991170Z Preparing transaction: ...working... done 2022-08-17T12:14:17.8253240Z Verifying transaction: ...working... done 2022-08-17T12:14:18.1272211Z Executing transaction: ...working... done 2022-08-17T12:14:18.3831654Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-08-17T12:14:18.3832109Z + echo 'Environment variables' 2022-08-17T12:14:18.3832316Z Environment variables 2022-08-17T12:14:18.3832802Z + env 2022-08-17T12:14:18.3943460Z INSTALLED_DB=yes 2022-08-17T12:14:18.3944092Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T12:14:18.3944666Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang7-asan 2022-08-17T12:14:18.3945033Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-08-17T12:14:18.3945311Z HOSTNAME=c91802e6221e 2022-08-17T12:14:18.3946075Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_05fa3be1-f96a-4b19-a18e-fad384ff8961 2022-08-17T12:14:18.3946571Z GITHUB_ACTION=__self 2022-08-17T12:14:18.3946757Z GITHUB_RUN_NUMBER=40757 2022-08-17T12:14:18.3947036Z TEST_CONFIG=default 2022-08-17T12:14:18.3947478Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-08-17T12:14:18.3947920Z GITHUB_TRIGGERING_ACTOR=IvanYashchuk 2022-08-17T12:14:18.3948124Z GITHUB_REF_TYPE=branch 2022-08-17T12:14:18.3948319Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-08-17T12:14:18.3948542Z BASE_SHA=343b5f86512f75f8f3bd4b90749c0459743b9e72 2022-08-17T12:14:18.3948732Z XLA_CUDA= 2022-08-17T12:14:18.3950591Z *** 2022-08-17T12:14:18.3950945Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-08-17T12:14:18.3951145Z GITHUB_ACTIONS=true 2022-08-17T12:14:18.3951374Z SHA1=ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:14:18.3951630Z GITHUB_SHA=e9efe573711d9f8141e152403ee143f5875669e7 2022-08-17T12:14:18.3951828Z UCC_HOME=/usr 2022-08-17T12:14:18.3952024Z GITHUB_REF=refs/pull/82657/merge 2022-08-17T12:14:18.3952230Z SHARD_NUMBER=3 2022-08-17T12:14:18.3952403Z GITHUB_REF_PROTECTED=false 2022-08-17T12:14:18.3952701Z HOME=/var/lib/jenkins 2022-08-17T12:14:18.3953061Z GITHUB_API_URL=https://api.github.com 2022-08-17T12:14:18.3953413Z INSTALLED_THRIFT= 2022-08-17T12:14:18.3953710Z UCX_COMMIT=v1.13.x 2022-08-17T12:14:18.3954311Z NUM_TEST_SHARDS=5 2022-08-17T12:14:18.3954619Z UCX_HOME=/usr 2022-08-17T12:14:18.3954916Z PYTORCH_RETRY_TEST_CASES=1 2022-08-17T12:14:18.3955700Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_05fa3be1-f96a-4b19-a18e-fad384ff8961 2022-08-17T12:14:18.3956539Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-08-17T12:14:18.3957050Z GITHUB_EVENT_NAME=pull_request 2022-08-17T12:14:18.3957405Z GITHUB_RUN_ID=2875102080 2022-08-17T12:14:18.3958165Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_05fa3be1-f96a-4b19-a18e-fad384ff8961 2022-08-17T12:14:18.3958742Z GITHUB_ACTOR=IvanYashchuk 2022-08-17T12:14:18.3959076Z PR_NUMBER=82657 2022-08-17T12:14:18.3959390Z DESIRED_CUDA= 2022-08-17T12:14:18.3959725Z GITHUB_RUN_ATTEMPT=1 2022-08-17T12:14:18.3960161Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-08-17T12:14:18.3960437Z TERM=xterm 2022-08-17T12:14:18.3960615Z INSTALLED_VISION=yes 2022-08-17T12:14:18.3960784Z BRANCH=pull/82657 2022-08-17T12:14:18.3960975Z OPENSSL_ROOT_DIR=/opt/openssl 2022-08-17T12:14:18.3961179Z CUDA_PATH=/usr/local/cuda 2022-08-17T12:14:18.3961558Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-08-17T12:14:18.3961851Z GITHUB_SERVER_URL=https://github.com 2022-08-17T12:14:18.3962107Z UCC_COMMIT=a7bda274b10f8adf5bb729f01da064f4e735fb23 2022-08-17T12:14:18.3962346Z INSTALLED_ANDROID= 2022-08-17T12:14:18.3962504Z SHLVL=1 2022-08-17T12:14:18.3962662Z MAX_JOBS=6 2022-08-17T12:14:18.3964135Z COMMIT_MESSAGES=+ 52429d4ec9d162496e677edd78a883288d617a90 Add a helper for make_fx+ 80daf93686965f0383b5fa106ed8782b6905d891 Map torch.ops.aten calls to refs using decomposition_table+ e03d99a2da7e26168d8878f4e77d86f9c1af572a Use TorchRefsNvfuserCapabilityMode for fx.passes.backends.nvfuser+ a2242f67da754bd2714e056764d0cea51f8cdaed Fix output of PartitionedInterpreter to use _out_spec+ fcca9240398d1cf986a5606a61c50f7903d4ee96 Remove incorrect asserts from tests+ 209563d78b9998025726c92d4fa419151454f79e Add a link to the discussion about torch.ops.aten->refs path+ d3f1f74e60a1d82de78a545b7a7a177e3de6c8a2 Revert changes to torch/fx/passes/backends/nvfuser.py+ ce6a3c605df99d1df57c0dda75c06d748e54ed2a Add aten->refs->prims under TorchRefsMode test 2022-08-17T12:14:18.3965205Z GITHUB_REF_NAME=82657/merge 2022-08-17T12:14:18.3965555Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-08-17T12:14:18.3965806Z GITHUB_JOB=test 2022-08-17T12:14:18.3966010Z GITHUB_REPOSITORY=pytorch/pytorch 2022-08-17T12:14:18.3966221Z GITHUB_RETENTION_DAYS=90 2022-08-17T12:14:18.3966417Z OPENSSL_DIR=/opt/openssl 2022-08-17T12:14:18.3966604Z GITHUB_ACTION_REPOSITORY= 2022-08-17T12:14:18.3966925Z 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-08-17T12:14:18.3967215Z GITHUB_BASE_REF=master 2022-08-17T12:14:18.3967378Z CI=true 2022-08-17T12:14:18.3967566Z GITHUB_REPOSITORY_OWNER=pytorch 2022-08-17T12:14:18.3967771Z INSTALLED_PROTOBUF=yes 2022-08-17T12:14:18.3968007Z GITHUB_HEAD_REF=fx-passes-nvfuser 2022-08-17T12:14:18.3968207Z GITHUB_ACTION_REF= 2022-08-17T12:14:18.3968484Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-08-17T12:14:18.3968708Z GITHUB_WORKFLOW=pull 2022-08-17T12:14:18.3968907Z DEBIAN_FRONTEND=noninteractive 2022-08-17T12:14:18.3969478Z PR_BODY=### DescriptionThis PR replaces `DecompositionInterpreter` with a context manager which decomposes a function into prims only if the decomposition is executable by nvFuser.Partitioning of the graph is removed because its handled by the `execute(..., executor=nvfuser)` function.### TestingExisting tests in `test/test_fx_backends.py`. 2022-08-17T12:14:18.3969999Z _=/usr/bin/env 2022-08-17T12:14:18.3970204Z + echo 'Testing pytorch' 2022-08-17T12:14:18.3970390Z Testing pytorch 2022-08-17T12:14:18.3970584Z + export LANG=C.UTF-8 2022-08-17T12:14:18.3970764Z + LANG=C.UTF-8 2022-08-17T12:14:18.4976751Z + PR_NUMBER=82657 2022-08-17T12:14:18.4977234Z + [[ default == \d\e\f\a\u\l\t ]] 2022-08-17T12:14:18.4977573Z + export CUDA_VISIBLE_DEVICES=0 2022-08-17T12:14:18.4977984Z + CUDA_VISIBLE_DEVICES=0 2022-08-17T12:14:18.4978331Z + export HIP_VISIBLE_DEVICES=0 2022-08-17T12:14:18.4978652Z + HIP_VISIBLE_DEVICES=0 2022-08-17T12:14:18.4979003Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-08-17T12:14:18.4979350Z + [[ default == \s\l\o\w ]] 2022-08-17T12:14:18.4980020Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-08-17T12:14:18.4980615Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-08-17T12:14:18.4981029Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-08-17T12:14:18.4981343Z + [[ linux-focal-py3.7-clang7-asan == *cuda11* ]] 2022-08-17T12:14:18.4981570Z + [[ default == *crossref* ]] 2022-08-17T12:14:18.4981746Z + [[ default == *dynamo* ]] 2022-08-17T12:14:18.4982144Z + [[ -n 82657 ]] 2022-08-17T12:14:18.4982334Z + [[ -z '' ]] 2022-08-17T12:14:18.4982539Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:14:18.4982780Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-08-17T12:14:18.4983070Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-08-17T12:14:18.4983378Z + [[ linux-focal-py3.7-clang7-asan != *-bazel-* ]] 2022-08-17T12:14:18.4983627Z + pip_install --user ninja 2022-08-17T12:14:18.4983903Z + pip install --progress-bar off --user ninja 2022-08-17T12:14:18.9841764Z Collecting ninja 2022-08-17T12:14:19.0029776Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-08-17T12:14:19.4401805Z Installing collected packages: ninja 2022-08-17T12:14:19.4490719Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-08-17T12:14:19.4491442Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T12:14:19.4893724Z Successfully installed ninja-1.10.2.3 2022-08-17T12:14:19.5746307Z + 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-08-17T12:14:19.5747085Z + 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-08-17T12:14:19.5747934Z + [[ linux-focal-py3.7-clang7-asan == *asan* ]] 2022-08-17T12:14:19.5748528Z + export ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-08-17T12:14:19.5748933Z + ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-08-17T12:14:19.5749320Z + export UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-08-17T12:14:19.5749706Z + UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-08-17T12:14:19.5750049Z + export PYTORCH_TEST_WITH_ASAN=1 2022-08-17T12:14:19.5750298Z + PYTORCH_TEST_WITH_ASAN=1 2022-08-17T12:14:19.5750545Z + export PYTORCH_TEST_WITH_UBSAN=1 2022-08-17T12:14:19.5750847Z + PYTORCH_TEST_WITH_UBSAN=1 2022-08-17T12:14:19.5751211Z + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-08-17T12:14:19.5751549Z + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-08-17T12:14:19.5751771Z + export TORCH_USE_RTLD_GLOBAL=1 2022-08-17T12:14:19.5751969Z + TORCH_USE_RTLD_GLOBAL=1 2022-08-17T12:14:19.5752312Z + export LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-08-17T12:14:19.5752698Z + LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-08-17T12:14:19.5752964Z + ulimit -s 81920 2022-08-17T12:14:19.5753128Z + cd test 2022-08-17T12:14:19.5753435Z + python -c 'import torch; print(torch.__version__, torch.version.git_version)' 2022-08-17T12:14:24.9399582Z 1.13.0a0+gitce6a3c6 ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T12:14:25.4032637Z + echo 'The next three invocations are expected to crash; if they don'\''t that means ASAN/UBSAN is misconfigured' 2022-08-17T12:14:25.4033430Z The next three invocations are expected to crash; if they don't that means ASAN/UBSAN is misconfigured 2022-08-17T12:14:25.4033791Z + cd test 2022-08-17T12:14:25.4034154Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-08-17T12:14:25.4034389Z + set +e 2022-08-17T12:14:25.4034662Z + python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-08-17T12:14:28.3525435Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:164:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-08-17T12:14:28.6199903Z #0 0x7f7bbd7b6d17 in THPModule_crashIfCsrcASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b52d17) 2022-08-17T12:14:28.6828322Z #1 0x55728b2435dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-08-17T12:14:28.6828991Z #2 0x55728b279b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-08-17T12:14:28.6829426Z #3 0x55728b279b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-08-17T12:14:28.6829988Z #4 0x55728b2c1701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-08-17T12:14:28.6830518Z #5 0x55728b212e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-08-17T12:14:28.6830999Z #6 0x55728b212e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-08-17T12:14:28.6831945Z #7 0x55728b214272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-08-17T12:14:28.6832335Z #8 0x55728b214272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-08-17T12:14:28.6832846Z #9 0x55728b321c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-08-17T12:14:28.6833611Z #10 0x55728b32cc69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-08-17T12:14:28.6834300Z #11 0x55728b32cccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-08-17T12:14:28.6836952Z #12 0x55728b32cdc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-08-17T12:14:28.6837633Z #13 0x55728b32cdc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-08-17T12:14:28.6838312Z #14 0x55728b32cdc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-08-17T12:14:28.6838723Z #15 0x55728b32d18b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-08-17T12:14:28.6852018Z #16 0x7f7bc5dde082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-08-17T12:14:28.6852463Z #17 0x55728b2d2039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-08-17T12:14:28.6852678Z 2022-08-17T12:14:28.6853039Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:164:3 in 2022-08-17T12:14:28.7305027Z + retcode=1 2022-08-17T12:14:28.7305336Z + set -e 2022-08-17T12:14:28.7305498Z + return 1 2022-08-17T12:14:28.7309711Z + cd test 2022-08-17T12:14:28.7310412Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-08-17T12:14:28.7310839Z + set +e 2022-08-17T12:14:28.7311271Z + python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-08-17T12:14:31.6740371Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:176:18: runtime error: division by zero 2022-08-17T12:14:31.7995631Z #0 0x7ffa70951f65 in THPModule_crashIfCsrcUBSAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b52f65) 2022-08-17T12:14:31.8588373Z #1 0x55da11c675dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-08-17T12:14:31.8589096Z #2 0x55da11c9db3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-08-17T12:14:31.8589598Z #3 0x55da11c9db3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-08-17T12:14:31.8590177Z #4 0x55da11ce5701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-08-17T12:14:31.8590725Z #5 0x55da11c36e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-08-17T12:14:31.8591236Z #6 0x55da11c36e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-08-17T12:14:31.8592291Z #7 0x55da11c38272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-08-17T12:14:31.8592778Z #8 0x55da11c38272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-08-17T12:14:31.8593255Z #9 0x55da11d45c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-08-17T12:14:31.8594143Z #10 0x55da11d50c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-08-17T12:14:31.8594945Z #11 0x55da11d50ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-08-17T12:14:31.8596088Z #12 0x55da11d50dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-08-17T12:14:31.8596477Z #13 0x55da11d50dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-08-17T12:14:31.8597141Z #14 0x55da11d50dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-08-17T12:14:31.8598170Z #15 0x55da11d5118b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-08-17T12:14:31.8612212Z #16 0x7ffa78f78082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-08-17T12:14:31.8612745Z #17 0x55da11cf6039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-08-17T12:14:31.8612984Z 2022-08-17T12:14:31.8613351Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:176:18 in 2022-08-17T12:14:31.8971670Z + retcode=1 2022-08-17T12:14:31.8972146Z + set -e 2022-08-17T12:14:31.8972372Z + return 1 2022-08-17T12:14:31.8975115Z + cd test 2022-08-17T12:14:31.8975969Z + get_exit_code python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-08-17T12:14:31.8976286Z + set +e 2022-08-17T12:14:31.8976548Z + python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-08-17T12:14:34.8250125Z /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-08-17T12:14:35.5218854Z #0 0x7fa2ec0dab04 in at::_crash_if_asan(int) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so+0xd01bb04) 2022-08-17T12:14:35.5813440Z #1 0x7fa31617b09b in THPModule_crashIfATenASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b5309b) 2022-08-17T12:14:35.6405955Z #2 0x5613c137c5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-08-17T12:14:35.6406683Z #3 0x5613c13b2b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-08-17T12:14:35.6407390Z #4 0x5613c13b2b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-08-17T12:14:35.6408029Z #5 0x5613c13fa701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-08-17T12:14:35.6409086Z #6 0x5613c134be84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-08-17T12:14:35.6409731Z #7 0x5613c134be84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-08-17T12:14:35.6410225Z #8 0x5613c134d272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-08-17T12:14:35.6410676Z #9 0x5613c134d272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-08-17T12:14:35.6411688Z #10 0x5613c145ac81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-08-17T12:14:35.6412241Z #11 0x5613c1465c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-08-17T12:14:35.6413222Z #12 0x5613c1465ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-08-17T12:14:35.6414460Z #13 0x5613c1465dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-08-17T12:14:35.6414996Z #14 0x5613c1465dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-08-17T12:14:35.6415389Z #15 0x5613c1465dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-08-17T12:14:35.6416141Z #16 0x5613c146618b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-08-17T12:14:35.6430699Z #17 0x7fa31e7a1082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-08-17T12:14:35.6431125Z #18 0x5613c140b039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-08-17T12:14:35.6431271Z 2022-08-17T12:14:35.6431634Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3 in 2022-08-17T12:14:35.6783960Z + retcode=1 2022-08-17T12:14:35.6784277Z + set -e 2022-08-17T12:14:35.6784459Z + return 1 2022-08-17T12:14:35.6786490Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-08-17T12:14:35.6786841Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-08-17T12:14:35.6790334Z + [[ linux-focal-py3.7-clang7-asan == *tbb* ]] 2022-08-17T12:14:35.6801628Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-08-17T12:14:35.6801996Z + [[ linux-focal-py3.7-clang7-asan == *-bazel-* ]] 2022-08-17T12:14:35.6804175Z + cd test 2022-08-17T12:14:35.6805451Z + python -c 'import torch; print(torch.__config__.show())' 2022-08-17T12:14:38.6148395Z PyTorch built with: 2022-08-17T12:14:38.6148811Z - GCC 4.2 2022-08-17T12:14:38.6149051Z - C++ Version: 201402 2022-08-17T12:14:38.6149278Z - clang 7.0.1 2022-08-17T12:14:38.6149736Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:14:38.6150103Z - LAPACK is enabled (usually provided by MKL) 2022-08-17T12:14:38.6150383Z - NNPACK is enabled 2022-08-17T12:14:38.6150621Z - CPU capability usage: AVX2 2022-08-17T12:14:38.6153992Z - 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-08-17T12:14:38.6156227Z 2022-08-17T12:14:39.0852006Z + cd test 2022-08-17T12:14:39.0852632Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-08-17T12:14:42.0427679Z ATen/Parallel: 2022-08-17T12:14:42.0427935Z at::get_num_threads() : 4 2022-08-17T12:14:42.0428213Z at::get_num_interop_threads() : 4 2022-08-17T12:14:42.0428589Z OpenMP not found 2022-08-17T12:14:42.0429317Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-08-17T12:14:42.0429596Z mkl_get_max_threads() : 1 2022-08-17T12:14:42.0429784Z MKLDNN not found 2022-08-17T12:14:42.0429990Z std::thread::hardware_concurrency() : 8 2022-08-17T12:14:42.0430187Z Environment variables: 2022-08-17T12:14:42.0430383Z OMP_NUM_THREADS : [not set] 2022-08-17T12:14:42.0430582Z MKL_NUM_THREADS : [not set] 2022-08-17T12:14:42.0431009Z ATen parallel backend: native thread pool 2022-08-17T12:14:42.0431148Z 2022-08-17T12:14:42.5163816Z + [[ default == *deploy* ]] 2022-08-17T12:14:42.5164232Z + [[ default == *backward* ]] 2022-08-17T12:14:42.5164538Z + [[ default == *xla* ]] 2022-08-17T12:14:42.5164899Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-08-17T12:14:42.5165537Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-08-17T12:14:42.5165893Z + [[ default == distributed ]] 2022-08-17T12:14:42.5166169Z + [[ default == *dynamo* ]] 2022-08-17T12:14:42.5166440Z + [[ default == *dynamo* ]] 2022-08-17T12:14:42.5166675Z + [[ 3 == 1 ]] 2022-08-17T12:14:42.5166889Z + [[ 3 == 2 ]] 2022-08-17T12:14:42.5167259Z + [[ 3 -gt 2 ]] 2022-08-17T12:14:42.5167525Z + install_torchdynamo 2022-08-17T12:14:42.5167804Z + local commit 2022-08-17T12:14:42.5168110Z ++ get_pinned_commit torchdynamo 2022-08-17T12:14:42.5168502Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-08-17T12:14:42.5225532Z + commit=f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:14:42.5226382Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:14:42.5226930Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:14:43.0244623Z Collecting git+https://github.com/pytorch/torchdynamo.git@f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:14:43.0251642Z Cloning https://github.com/pytorch/torchdynamo.git (to revision f19410cd8204fa1c30ca72f81142508e128be66f) to /tmp/pip-req-build-4ru93g_e 2022-08-17T12:14:43.0558125Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-4ru93g_e 2022-08-17T12:14:44.0187830Z Running command git rev-parse -q --verify 'sha^f19410cd8204fa1c30ca72f81142508e128be66f' 2022-08-17T12:14:44.0306343Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:14:44.4601523Z Running command git checkout -q f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:14:44.8199762Z Resolved https://github.com/pytorch/torchdynamo.git to commit f19410cd8204fa1c30ca72f81142508e128be66f 2022-08-17T12:14:49.9534336Z Preparing metadata (setup.py) ... [?25l- \ | done 2022-08-17T12:14:49.9624132Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+gitce6a3c6) 2022-08-17T12:14:49.9627883Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-08-17T12:14:50.0114717Z Collecting tabulate 2022-08-17T12:14:50.0357714Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-08-17T12:14:50.0426464Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-08-17T12:14:50.0430178Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-08-17T12:14:50.0459565Z 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-08-17T12:14:50.0491671Z 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-08-17T12:14:50.0626572Z Building wheels for collected packages: torchdynamo 2022-08-17T12:14:59.6580951Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - \ | / - \ done 2022-08-17T12:14:59.6676826Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2763869 sha256=f024c8b688327ed7c49a1466a5e12e19132fb2437058fb83700b06bd3c9ccb92 2022-08-17T12:14:59.6677915Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/39/47/7c/07229a5bdf22c7a30fc298e692ab525681565397eb89db3641 2022-08-17T12:14:59.6712692Z Successfully built torchdynamo 2022-08-17T12:15:00.1479855Z Installing collected packages: tabulate, torchdynamo 2022-08-17T12:15:00.5105002Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-08-17T12:15:00.6328929Z + test_python_shard 3 2022-08-17T12:15:00.6329367Z + [[ -z 5 ]] 2022-08-17T12:15:00.6329832Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-08-17T12:15:00.6330534Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 3 5 --verbose 2022-08-17T12:15:04.0835795Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T12:15:04.2221421Z Ignoring disabled issues: [] 2022-08-17T12:15:04.2436842Z Found test time stats from artifacts 2022-08-17T12:15:04.2439254Z Selected tests: 2022-08-17T12:15:04.2439607Z test_jit_fuser_te 2022-08-17T12:15:04.2439860Z test_jit 2022-08-17T12:15:04.2440084Z test_linalg 2022-08-17T12:15:04.2440374Z test_optim 2022-08-17T12:15:04.2440671Z test_functional_autograd_benchmark 2022-08-17T12:15:04.2440945Z test_dispatch 2022-08-17T12:15:04.2441286Z distributions/test_distributions 2022-08-17T12:15:04.2441589Z test_autograd 2022-08-17T12:15:04.2441811Z test_torch 2022-08-17T12:15:04.2443970Z test_masked 2022-08-17T12:15:04.2444333Z test_ao_sparsity 2022-08-17T12:15:04.2444620Z test_cpp_api_parity 2022-08-17T12:15:04.2444936Z test_scatter_gather_ops 2022-08-17T12:15:04.2445214Z test_multiprocessing 2022-08-17T12:15:04.2445462Z test_vmap 2022-08-17T12:15:04.2445695Z test_module_init 2022-08-17T12:15:04.2445946Z test_mkl_verbose 2022-08-17T12:15:04.2446217Z test_dynamic_shapes 2022-08-17T12:15:04.2446478Z test_indexing 2022-08-17T12:15:04.2446738Z test_shape_ops 2022-08-17T12:15:04.2446980Z test_public_bindings 2022-08-17T12:15:04.2447245Z test_namedtuple_return_api 2022-08-17T12:15:04.2447533Z test_functionalization 2022-08-17T12:15:04.2447810Z test_futures 2022-08-17T12:15:04.2448081Z test_datapipe 2022-08-17T12:15:04.2448360Z test_native_functions 2022-08-17T12:15:04.2448630Z test_python_dispatch 2022-08-17T12:15:04.2448929Z test_functional_optim 2022-08-17T12:15:04.2449184Z test_native_mha 2022-08-17T12:15:04.2449413Z test_decomp 2022-08-17T12:15:04.2449696Z test_set_default_mobile_cpu_allocator 2022-08-17T12:15:04.2450005Z test_fx_passes 2022-08-17T12:15:04.2450290Z test_tensorexpr_pybind 2022-08-17T12:15:04.2450868Z test_cpp_extensions_aot_ninja 2022-08-17T12:15:04.2451181Z test_cpp_extensions_aot_no_ninja 2022-08-17T12:15:04.2451454Z test_jit_llga_fuser 2022-08-17T12:15:04.2451691Z test_vulkan 2022-08-17T12:15:04.2451943Z test_mkldnn_fusion 2022-08-17T12:15:04.2452237Z test_cuda_primary_ctx 2022-08-17T12:15:04.2452506Z test_hub 2022-08-17T12:15:04.2741097Z Prioritized test from test file changes. 2022-08-17T12:15:04.2741561Z reordering tests for PR: 2022-08-17T12:15:04.2742297Z prioritized: ['test_optim'] 2022-08-17T12:15:04.2745146Z the rest: ['test_jit_fuser_te', 'test_jit', 'test_linalg', 'test_functional_autograd_benchmark', 'test_dispatch', 'distributions/test_distributions', 'test_autograd', 'test_torch', 'test_masked', 'test_ao_sparsity', 'test_cpp_api_parity', 'test_scatter_gather_ops', 'test_multiprocessing', 'test_vmap', 'test_module_init', 'test_mkl_verbose', 'test_dynamic_shapes', 'test_indexing', 'test_shape_ops', 'test_public_bindings', 'test_namedtuple_return_api', 'test_functionalization', 'test_futures', 'test_datapipe', 'test_native_functions', 'test_python_dispatch', 'test_functional_optim', 'test_native_mha', 'test_decomp', 'test_set_default_mobile_cpu_allocator', 'test_fx_passes', 'test_tensorexpr_pybind', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_aot_no_ninja', 'test_jit_llga_fuser', 'test_vulkan', 'test_mkldnn_fusion', 'test_cuda_primary_ctx', 'test_hub'] 2022-08-17T12:15:04.2746761Z 2022-08-17T12:15:04.2747523Z 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-08-17T12:15:04.3038044Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-08-17T12:15:04.3522170Z Running test_optim ... [2022-08-17 12:15:04.351832] 2022-08-17T12:15:04.3522712Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:15:04.351894] 2022-08-17T12:15:07.5059554Z Test results will be stored in test-reports/python-unittest/test_optim 2022-08-17T12:15:07.5109333Z 2022-08-17T12:15:07.5109720Z Running tests... 2022-08-17T12:15:07.5110428Z ---------------------------------------------------------------------- 2022-08-17T12:15:08.4514044Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.940s) 2022-08-17T12:15:08.4632490Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.012s) 2022-08-17T12:15:08.4744709Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.011s) 2022-08-17T12:15:08.4856941Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.011s) 2022-08-17T12:15:08.5872344Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.101s) 2022-08-17T12:15:08.5945838Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.007s) 2022-08-17T12:15:08.5979244Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.6006351Z test_chained_lr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:08.6007202Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:08.6014600Z ok (0.003s) 2022-08-17T12:15:08.6039495Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:08.6057767Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:08.6085566Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.6117451Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.6152029Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.6284360Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.013s) 2022-08-17T12:15:08.6423473Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.014s) 2022-08-17T12:15:08.6553989Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-08-17T12:15:08.6688722Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.013s) 2022-08-17T12:15:08.6820938Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-08-17T12:15:08.6955198Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-08-17T12:15:08.7087435Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-08-17T12:15:08.7111130Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:08.7112059Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:08.7120994Z ok (0.003s) 2022-08-17T12:15:08.7155618Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7188949Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7219895Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7251814Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7285485Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7316659Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7348908Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7393456Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.7435869Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.7469072Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7513127Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.7543087Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7574388Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7601855Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7626403Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:08.7670743Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.7724282Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.7743717Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:08.7744804Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:08.7752208Z ok (0.003s) 2022-08-17T12:15:08.7786025Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T12:15:08.7786627Z warnings.warn(msg, FutureWarning) 2022-08-17T12:15:08.7786818Z ok (0.003s) 2022-08-17T12:15:08.7815562Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.7876282Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:15:08.7891133Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:15:08.7953169Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:15:08.8015978Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:15:08.8076933Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:15:08.8091424Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:15:08.8179280Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.009s) 2022-08-17T12:15:08.8262320Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-08-17T12:15:08.8366106Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.010s) 2022-08-17T12:15:08.8419085Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.8471695Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.8520325Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.8572460Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.8624070Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.8669355Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.8693146Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:08.8718540Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:08.8749861Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.8793621Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.8831286Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.8871221Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.8910968Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.8939837Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-08-17T12:15:08.8940602Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-08-17T12:15:08.8960439Z ok (0.005s) 2022-08-17T12:15:08.8999799Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.9019481Z test_lambda_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:08.9020338Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:08.9029130Z ok (0.003s) 2022-08-17T12:15:08.9049594Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:08.9072385Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:08.9115775Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:08.9135309Z test_linearlr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:08.9136259Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:08.9143542Z ok (0.003s) 2022-08-17T12:15:08.9198926Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.9217780Z test_multi_step_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:08.9218820Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:08.9226016Z ok (0.003s) 2022-08-17T12:15:08.9256807Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:08.9313649Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:15:08.9333245Z test_multiplicative_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:08.9334127Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:08.9341301Z ok (0.003s) 2022-08-17T12:15:08.9391347Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.9440895Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:08.9521217Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.008s) 2022-08-17T12:15:08.9535266Z test_no_cyclic_references (__main__.TestLRScheduler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82948 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T12:15:08.9697287Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.016s) 2022-08-17T12:15:08.9872924Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.018s) 2022-08-17T12:15:08.9951632Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.008s) 2022-08-17T12:15:09.0028338Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.008s) 2022-08-17T12:15:09.0112346Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.008s) 2022-08-17T12:15:09.0128117Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:09.0187875Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:15:09.0202442Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:15:09.0216803Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-08-17T12:15:09.0265605Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:09.0313749Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:09.0333717Z test_poly_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:09.0334586Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:09.0341773Z ok (0.003s) 2022-08-17T12:15:09.0390553Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:09.0422382Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:09.0471583Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:09.0520405Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:09.0565633Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:09.0611231Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:09.0655949Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:09.0704392Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:09.0758326Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:09.0785872Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:09.0809546Z test_sequentiallr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:09.0810794Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:09.0811951Z /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-08-17T12:15:09.0812874Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-08-17T12:15:09.0821178Z ok (0.003s) 2022-08-17T12:15:09.0849757Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:09.0879264Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:09.0900484Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:09.0927402Z test_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:09.0972244Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-08-17T12:15:09.1004705Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:09.1037198Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:09.1093654Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.006s) 2022-08-17T12:15:09.1115467Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-08-17T12:15:09.1171321Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.005s) 2022-08-17T12:15:09.1203862Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.003s) 2022-08-17T12:15:12.4907281Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:15:12.4908416Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:15:23.9864756Z ok (14.866s) 2022-08-17T12:15:24.0065237Z test_adadelta_complex (__main__.TestOptim) ... ok (0.020s) 2022-08-17T12:15:42.9340446Z test_adagrad (__main__.TestOptim) ... ok (18.927s) 2022-08-17T12:15:42.9599525Z test_adagrad_complex (__main__.TestOptim) ... ok (0.026s) 2022-08-17T12:16:37.9704566Z test_adagrad_sparse (__main__.TestOptim) ... ok (55.010s) 2022-08-17T12:17:21.1876784Z test_adam (__main__.TestOptim) ... ok (43.217s) 2022-08-17T12:17:31.3553196Z test_adamax (__main__.TestOptim) ... ok (10.168s) 2022-08-17T12:17:44.9115573Z test_adamw (__main__.TestOptim) ... ok (13.556s) 2022-08-17T12:17:53.1367324Z test_asgd (__main__.TestOptim) ... ok (8.225s) 2022-08-17T12:17:53.1381581Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-08-17T12:17:53.1392035Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-08-17T12:17:55.0316809Z test_lbfgs (__main__.TestOptim) ... ok (1.892s) 2022-08-17T12:17:55.0325258Z test_lbfgs_return_type (__main__.TestOptim) ... skip: division-by-zero error with UBSAN (0.001s) 2022-08-17T12:17:55.0389750Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.006s) 2022-08-17T12:17:58.4321711Z test_nadam (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-08-17T12:17:58.4323461Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-08-17T12:18:03.2359612Z ok (8.197s) 2022-08-17T12:18:03.2384836Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.003s) 2022-08-17T12:18:11.7947906Z test_radam (__main__.TestOptim) ... ok (8.556s) 2022-08-17T12:18:28.3509191Z test_rmsprop (__main__.TestOptim) ... ok (16.556s) 2022-08-17T12:18:35.4331950Z test_rprop (__main__.TestOptim) ... ok (7.082s) 2022-08-17T12:19:06.8306950Z test_sgd (__main__.TestOptim) ... ok (31.397s) 2022-08-17T12:19:06.8659701Z test_sgd_complex (__main__.TestOptim) ... ok (0.035s) 2022-08-17T12:19:44.3511114Z test_sgd_sparse (__main__.TestOptim) ... ok (37.485s) 2022-08-17T12:19:57.5832330Z test_sparse_adam (__main__.TestOptim) ... ok (13.232s) 2022-08-17T12:19:57.6240040Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.041s) 2022-08-17T12:19:57.6458992Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.022s) 2022-08-17T12:19:57.6667191Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.021s) 2022-08-17T12:19:57.6683623Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.002s) 2022-08-17T12:19:57.6833354Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.015s) 2022-08-17T12:19:57.7497000Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.066s) 2022-08-17T12:19:57.8545698Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.105s) 2022-08-17T12:19:57.9439350Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.089s) 2022-08-17T12:19:57.9439684Z 2022-08-17T12:19:57.9440004Z ---------------------------------------------------------------------- 2022-08-17T12:19:57.9442415Z Ran 144 tests in 290.433s 2022-08-17T12:19:57.9442705Z 2022-08-17T12:19:57.9442795Z OK (skipped=2) 2022-08-17T12:19:57.9442907Z 2022-08-17T12:19:57.9443980Z Generating XML reports... 2022-08-17T12:19:57.9504408Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220817121507.xml 2022-08-17T12:19:57.9606445Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220817121507.xml 2022-08-17T12:19:57.9629136Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220817121507.xml 2022-08-17T12:19:57.9638194Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220817121507.xml 2022-08-17T12:19:58.5749717Z Running test_jit_fuser_te ... [2022-08-17 12:19:58.574558] 2022-08-17T12:20:04.0478793Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 12:19:58.574651] 2022-08-17T12:20:04.0479173Z CUDA not available, skipping tests 2022-08-17T12:20:04.0788793Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-08-17T12:20:04.3434620Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-08-17T12:20:04.4103673Z 2022-08-17T12:20:04.4104056Z Running tests... 2022-08-17T12:20:04.4104689Z ---------------------------------------------------------------------- 2022-08-17T12:20:04.8542548Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.444s) 2022-08-17T12:20:04.8552466Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:04.8559958Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:04.8565909Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:04.8571896Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:04.8593327Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8609525Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8625750Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8641494Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8656706Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8671991Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8687188Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8702587Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8717781Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8733269Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8748762Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8763629Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8778963Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8794578Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8809901Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8825880Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8840862Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8856271Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8872157Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8887430Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8903503Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8918664Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8934319Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8950005Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.8965539Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8980961Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.8996313Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.9012003Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.9027662Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9042931Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.9058353Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.9073866Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.9089099Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:04.9105615Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9122064Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9138582Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9155266Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9171794Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9188605Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9204975Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9221670Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9238134Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9254715Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9271382Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9287806Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9304831Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9321187Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9337703Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9354489Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9370965Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9387652Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9403875Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9420342Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9436993Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9453506Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9470190Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9486544Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9503325Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9519851Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9536383Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9552996Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9569538Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9586272Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9602807Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9619226Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9635911Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9652464Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9669143Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9685722Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9702620Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9718991Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9735509Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9752309Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9768635Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9785633Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9802122Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9813599Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:04.9830256Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9846575Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9863421Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9879489Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9895611Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9911884Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9927966Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9944312Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9960352Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9976606Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:04.9992961Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0009205Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0025515Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0041811Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0058575Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0075313Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0091265Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0107970Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0124310Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0140581Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0156666Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0172827Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0189201Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0205412Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0221699Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0238187Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0254267Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0270545Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0286589Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0304148Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0319567Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0335610Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0351985Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0368151Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0384578Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0400692Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0416930Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0433230Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0449484Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0465709Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0481914Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0498443Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0514482Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0530689Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0547168Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0563401Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0579698Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0595920Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0612136Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0628651Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0644800Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0718967Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-08-17T12:20:05.0734461Z test_nnc_correctness__masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0750305Z test_nnc_correctness__masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0765386Z test_nnc_correctness__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.0780670Z test_nnc_correctness__masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.0796778Z test_nnc_correctness__masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0812981Z test_nnc_correctness__masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0829460Z test_nnc_correctness__masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0845786Z test_nnc_correctness__masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0862805Z test_nnc_correctness__masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0878880Z test_nnc_correctness__masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0895139Z test_nnc_correctness__masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0911977Z test_nnc_correctness__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0927793Z test_nnc_correctness__masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0944546Z test_nnc_correctness__masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0960635Z test_nnc_correctness__masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0976951Z test_nnc_correctness__masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.0993325Z test_nnc_correctness__masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1009395Z test_nnc_correctness__masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1025940Z test_nnc_correctness__masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1042108Z test_nnc_correctness__masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1058651Z test_nnc_correctness__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1074793Z test_nnc_correctness__masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1091261Z test_nnc_correctness__masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1107591Z test_nnc_correctness__masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1123735Z test_nnc_correctness__masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1140087Z test_nnc_correctness__masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1156421Z test_nnc_correctness__masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1172651Z test_nnc_correctness__masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1188950Z test_nnc_correctness__masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1205211Z test_nnc_correctness__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1221438Z test_nnc_correctness__masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1237760Z test_nnc_correctness__masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1253932Z test_nnc_correctness__masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1270263Z test_nnc_correctness__masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1286852Z test_nnc_correctness__masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1303127Z test_nnc_correctness__masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1319567Z test_nnc_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1335716Z test_nnc_correctness__masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1352188Z test_nnc_correctness__masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1368076Z test_nnc_correctness__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1384485Z test_nnc_correctness__masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1400613Z test_nnc_correctness__masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1416914Z test_nnc_correctness__masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1433349Z test_nnc_correctness__masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1449504Z test_nnc_correctness__masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1465753Z test_nnc_correctness__masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1482112Z test_nnc_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1498449Z test_nnc_correctness__masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1514942Z test_nnc_correctness__masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1531203Z test_nnc_correctness__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1547817Z test_nnc_correctness__masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1564100Z test_nnc_correctness__masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1580774Z test_nnc_correctness__masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1597607Z test_nnc_correctness__masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1613688Z test_nnc_correctness__masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1630217Z test_nnc_correctness__masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1646415Z test_nnc_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1662889Z test_nnc_correctness__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1679035Z test_nnc_correctness__masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1695595Z test_nnc_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1711796Z test_nnc_correctness__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1728160Z test_nnc_correctness__masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1744684Z test_nnc_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1760836Z test_nnc_correctness__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1777063Z test_nnc_correctness__masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1793855Z test_nnc_correctness__masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1810092Z test_nnc_correctness__masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1826937Z test_nnc_correctness__masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1844336Z test_nnc_correctness__masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1861599Z test_nnc_correctness__masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1878022Z test_nnc_correctness__masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1894350Z test_nnc_correctness__masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1910834Z test_nnc_correctness__masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1926861Z test_nnc_correctness__masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1943381Z test_nnc_correctness__masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1959652Z test_nnc_correctness__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1975956Z test_nnc_correctness__masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.1992621Z test_nnc_correctness__masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2008589Z test_nnc_correctness__masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2024967Z test_nnc_correctness__masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2041088Z test_nnc_correctness__masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2057247Z test_nnc_correctness__masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2074249Z test_nnc_correctness__masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2090248Z test_nnc_correctness__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2106736Z test_nnc_correctness__masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2122772Z test_nnc_correctness__masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2139199Z test_nnc_correctness__masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2155827Z test_nnc_correctness__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2172158Z test_nnc_correctness__masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2188754Z test_nnc_correctness__masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2204978Z test_nnc_correctness__masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2221344Z test_nnc_correctness__masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2237736Z test_nnc_correctness__masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2253942Z test_nnc_correctness__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2270489Z test_nnc_correctness__masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2288163Z test_nnc_correctness__masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2304845Z test_nnc_correctness__masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2321033Z test_nnc_correctness__masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2337614Z test_nnc_correctness__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2354206Z test_nnc_correctness__masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2370750Z test_nnc_correctness__masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2386786Z test_nnc_correctness__masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2402963Z test_nnc_correctness__masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2419437Z test_nnc_correctness__masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2435887Z test_nnc_correctness__masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2452066Z test_nnc_correctness__masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2468840Z test_nnc_correctness__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2485071Z test_nnc_correctness__masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2501452Z test_nnc_correctness__masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2517957Z test_nnc_correctness__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2534463Z test_nnc_correctness__masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2551036Z test_nnc_correctness__masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2567012Z test_nnc_correctness__masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2583518Z test_nnc_correctness__masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2599958Z test_nnc_correctness__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2615897Z test_nnc_correctness__masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2632282Z test_nnc_correctness__masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2648447Z test_nnc_correctness__masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2665176Z test_nnc_correctness__masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2681560Z test_nnc_correctness__masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2698173Z test_nnc_correctness__masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2715059Z test_nnc_correctness__masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2731252Z test_nnc_correctness__masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2748008Z test_nnc_correctness__masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2764344Z test_nnc_correctness__masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2780790Z test_nnc_correctness__masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2797461Z test_nnc_correctness__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2813842Z test_nnc_correctness__masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2830559Z test_nnc_correctness__masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2847244Z test_nnc_correctness__masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2863755Z test_nnc_correctness__masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2880064Z test_nnc_correctness__masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.2912286Z test_nnc_correctness__masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:20:05.2927396Z test_nnc_correctness__masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.2943032Z test_nnc_correctness__masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.2958334Z test_nnc_correctness__masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.2973591Z test_nnc_correctness__masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.2989272Z test_nnc_correctness__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3004652Z test_nnc_correctness__masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.3020444Z test_nnc_correctness__masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3035701Z test_nnc_correctness__masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3050874Z test_nnc_correctness__masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.3066741Z test_nnc_correctness__masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3081968Z test_nnc_correctness__masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.3098193Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3113266Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3129542Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3146115Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3162684Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3179257Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3195876Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3212478Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3229146Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3246007Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3262781Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3279538Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3296052Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3312605Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3328980Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3345995Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3362513Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3379151Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3395801Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3412325Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3429140Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3445713Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3462448Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3479190Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3495569Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3512206Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3528768Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3545350Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3562004Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3578709Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3595589Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3612235Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3629122Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3645505Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3662505Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3678895Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3695514Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3712071Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3728690Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3745404Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3762000Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3778455Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3795204Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3811656Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3828521Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3845175Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3862010Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3878341Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3894830Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3911385Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3927746Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3944617Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3961056Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3977641Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.3994177Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4010751Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4027643Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4044240Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4061031Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4077667Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4094531Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4111485Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4127680Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4144888Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4161024Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4177432Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4193993Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4210141Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4226680Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4243044Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4259255Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4275878Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4660757Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.038s) 2022-08-17T12:20:05.4678163Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4695075Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4711580Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4727897Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4744839Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4761056Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4777593Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4794045Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4810455Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4827083Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4843384Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4859845Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4876266Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4892527Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4909136Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4925404Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4942145Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4958399Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4975028Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.4991306Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5007493Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5024290Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5040443Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5056842Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5073307Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5089658Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5106016Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5122288Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5138906Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5155419Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5171693Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5188403Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5204274Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5220630Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5236862Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5253117Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5269503Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5285742Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5302096Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5318281Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5334549Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5350730Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5367093Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5383394Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5399519Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5415710Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5432167Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5448270Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5464914Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5480947Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5497259Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5513564Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5529711Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5576236Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.005s) 2022-08-17T12:20:05.5586608Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.5596923Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.5607134Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.5617457Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.5627908Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.5644086Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5659776Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5675406Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5690572Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5706111Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5721236Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5736570Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5752079Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5766893Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5782286Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5797225Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5812261Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5827660Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5842629Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5857805Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5873014Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5887854Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5903070Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5918226Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.5934818Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5951901Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5968255Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.5984745Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6000961Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6017432Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6034044Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6050303Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6066644Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6082744Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6098985Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6115318Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6131587Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6147926Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6164007Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6180460Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6196962Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6212849Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6229697Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6245889Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6262331Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6278431Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6294903Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6311018Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6327114Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6343349Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6359381Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6375476Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6391611Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6407736Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6424076Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6440373Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6456402Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6472855Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6488712Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6505250Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6521246Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6537565Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6554010Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6570173Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6586725Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6602742Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6619160Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6635703Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6651903Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6668214Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6684565Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6700886Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6717395Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6733591Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6750094Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6766212Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6782647Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6798981Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6816127Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6832721Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6849303Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6866289Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6882840Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6899147Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6915730Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6932162Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6948768Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6965269Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6982728Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.6999528Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7015995Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7032833Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7049461Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7066276Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7082911Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7099465Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7116305Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7132861Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7149677Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7166168Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7183091Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7199593Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7216294Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7233143Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7249845Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7266622Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7283006Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7299660Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7316334Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7332921Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7349651Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7366168Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7382892Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7399339Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7416088Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7432766Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7449244Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7466105Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7482686Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7499281Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7515795Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7532243Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7549052Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7565405Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7582232Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7598799Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7615503Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7632308Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7648697Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7665453Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7682039Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7698490Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7740295Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:05.7755927Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7771220Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.7787064Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7802335Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.7817767Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.7833455Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7848816Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.7864494Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7879951Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.7895426Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.7910957Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7926295Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:05.7942031Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7958385Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7974924Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.7991736Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8008223Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8025170Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8041494Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8058063Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8074710Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8090890Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8107739Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8124103Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8140905Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8157471Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8173873Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8190601Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8207077Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8223757Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8240262Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8257176Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8273822Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8290476Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8307162Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8323652Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8340239Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8356838Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8373293Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8389980Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8406625Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8423295Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8439806Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8456380Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8472975Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8489658Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8506331Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8522899Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8539436Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8556111Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8572597Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8589273Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8605855Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8622651Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8639206Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8655804Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8672432Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8688905Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8705642Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8722123Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8739032Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8755515Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8771872Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8788673Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8804919Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8821406Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8837876Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8854461Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8871159Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8887567Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8904114Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8920517Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8937115Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8953706Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8970227Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.8986863Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9003355Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9019690Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9036255Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9052557Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9069353Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9085845Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9102511Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9119034Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9135523Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9152082Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9168416Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9185164Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9201568Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9217991Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9234481Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9250955Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9267626Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9284226Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9300565Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9317032Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9333398Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9350025Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9366401Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9383169Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9399359Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9415801Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9432320Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9448608Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9460599Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9472413Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9484101Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9496134Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9507669Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9519603Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9531169Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9543053Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9554779Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9566482Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9578247Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9590234Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9602011Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:05.9619726Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9636830Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9653627Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9670551Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9687180Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9704122Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9720639Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9737378Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9754051Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9770729Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9787158Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9803589Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9820144Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9836774Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9853079Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9869767Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9886240Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9903233Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9919474Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9936046Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9952660Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:05.9991414Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:06.0006847Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.0022165Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.0037664Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.0052770Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.0069461Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0085285Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0101416Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0117479Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0133506Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0150636Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0167676Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0185092Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0202260Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0219404Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0236559Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0253749Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0270974Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0288576Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0305742Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0322769Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0340104Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0357438Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0374649Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0391873Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0408919Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0426173Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0443265Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0460375Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0477783Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0494659Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0511414Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0527673Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0544260Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0560620Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0577071Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0593452Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0609769Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0626093Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0642259Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0658746Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0675359Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0691764Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0708688Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0724599Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0740866Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0757136Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0773368Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0789582Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0805763Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0822072Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0838058Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0854128Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0870352Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0886382Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0902834Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0918671Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0934923Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0951125Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0967151Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0983473Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.0999437Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1015479Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1031693Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1047814Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1064311Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1080356Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1096597Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1112718Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1128856Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1145630Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1161407Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1177433Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1193602Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1209637Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1242927Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1243548Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1258284Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1274384Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1290948Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1307179Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1322934Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1339170Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1355291Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1371319Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1387591Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1403758Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1419795Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1435816Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1451889Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1468277Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1484233Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1500292Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1516505Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1532502Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1549254Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1565280Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1581442Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1597585Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1613487Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1629896Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1645853Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1662070Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1678018Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1694185Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1710521Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1726588Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1742961Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1758906Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1775160Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1791626Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1808127Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1824608Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1840482Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1856648Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1872839Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1888802Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1905230Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1921221Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1937449Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1953700Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1969647Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.1985946Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2001909Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2018002Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2034293Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2050592Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2066581Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2082471Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2098643Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2114884Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2130916Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2147481Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2163264Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2179430Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2195651Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2211641Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2228016Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2269629Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:06.2284766Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.2299798Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.2314467Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.2329367Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.2344364Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.2359982Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2376140Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2392697Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2408742Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2425143Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2441100Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2457343Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2473484Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2489609Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2505860Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2521905Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2538309Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2554632Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2570567Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2587025Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2603121Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2619394Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2635594Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2651667Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2668411Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2684331Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2700571Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2716912Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2733114Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2749318Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2765511Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2781668Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2797975Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2814137Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2830340Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2846328Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2862667Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2878737Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2895030Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2911166Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2927091Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2943525Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2959493Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2975791Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.2991936Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3008118Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3024429Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3040483Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3056619Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3073366Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3089054Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3105349Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3121372Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3137795Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3154118Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3170188Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3186732Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3202634Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3218893Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3235042Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3251573Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3267972Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3283909Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3299960Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3316065Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3332131Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3348542Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3364470Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3380662Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3396955Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3412996Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3429306Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3445370Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3461655Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3477603Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3493689Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3510025Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3526080Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3542631Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3558591Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3574613Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3591177Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3607110Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3623475Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3639636Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3655496Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3671650Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3687667Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3704143Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3720031Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3736224Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3752420Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3768545Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3784954Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3801152Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3817205Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3833420Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3849465Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3865819Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3881893Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3898040Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3914169Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3930328Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3946616Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3962709Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3978901Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.3995085Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4011003Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4027330Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4043326Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4059580Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4075715Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4091666Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4107978Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4123888Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4140001Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4156063Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4172171Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4188528Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4204546Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4220730Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4236746Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4252680Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4268739Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4284898Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4300975Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4317646Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4333586Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4350461Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4366559Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4382845Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4398964Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4441980Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:06.4457295Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4472379Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4487259Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4502366Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4517407Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4532258Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4547516Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4563026Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4577886Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4592542Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4607491Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4623080Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.4639293Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4656088Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4672474Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4688637Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4705077Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4721293Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4737765Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4753792Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4769917Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4786235Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4802525Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4818909Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4835247Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4852118Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4868468Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4884801Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4901214Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4917696Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4933995Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4950619Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4966817Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4983513Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.4999722Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5016374Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5404066Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.039s) 2022-08-17T12:20:06.5421324Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5437953Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5454469Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5471070Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5487546Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5503940Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5520344Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5536856Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5553357Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5569719Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5586345Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5602708Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5619022Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5635447Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5651810Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5668462Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5684714Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5701181Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5717653Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5733914Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5750486Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5766861Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5783712Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5800079Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5816620Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5833138Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5849635Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5866446Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5882761Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5899206Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5915671Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5932022Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5948752Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5965035Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5981607Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.5998156Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6014605Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6030887Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6047277Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6063876Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6080285Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6096662Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6113186Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6129682Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6146210Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6162567Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6178861Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6195257Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6211516Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6228312Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6244399Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6260834Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6277211Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6293693Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6310172Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6326395Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6343049Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6358836Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6374778Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6391077Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6407116Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6423298Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6439270Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6455328Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6471488Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6487425Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6503679Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6519497Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6535487Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6551380Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6567399Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6583537Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6599758Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6615531Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6631797Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6647832Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6664602Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6680791Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6697209Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6714493Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6730930Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6748012Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6764556Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6781377Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6802171Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6819813Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6836811Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6853670Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6870802Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6887684Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6904818Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6921469Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6938225Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6955160Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6971725Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.6988945Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7005581Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7022563Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7039245Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7056043Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7123011Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-08-17T12:20:06.7138995Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7154666Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7170068Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7185861Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7201646Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7218632Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7235229Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7251892Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7268765Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7285762Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7302822Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7319435Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7336190Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7352684Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7369485Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7386403Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7403089Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7420115Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7436689Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7453245Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7470255Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7487045Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7504152Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7520875Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7537801Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7554824Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7571775Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7588964Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7605813Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7623084Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7639901Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7656871Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7673766Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7690598Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7707749Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7724802Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7741704Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7758770Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7775665Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7792911Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7809574Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7826695Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7843410Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7860345Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7877406Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7894561Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7911397Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7928259Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7945331Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7962513Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7979419Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.7996320Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8013172Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8030298Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8047095Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8064071Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8080996Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8097919Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8114937Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8132051Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8148956Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8166040Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8183408Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8200169Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8217249Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8234307Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8251872Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8268745Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8286106Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8303352Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8320095Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8337279Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8354553Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8371592Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8388757Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8405701Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8422171Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8438642Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8455070Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8471685Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8488127Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8504697Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8521143Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8537617Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8554308Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8570477Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8586966Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8603196Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8619826Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8636166Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8652472Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8668964Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8685225Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8701594Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8718060Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8734378Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8750705Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8767180Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8783767Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8800054Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8816491Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8832929Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8849221Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8865763Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8882138Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8898444Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8914916Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8931224Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8947923Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8964325Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8980887Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.8997357Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9013709Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9030249Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9046546Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9063113Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9079409Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9095765Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9112125Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9128496Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9145064Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9161250Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9177874Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9194354Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9210698Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9227324Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9243478Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9259910Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9276149Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9292954Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9309140Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9325427Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9341477Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9491442Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.015s) 2022-08-17T12:20:06.9507484Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:06.9522678Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9537717Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9552760Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9567502Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9582657Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9597246Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9611807Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9626735Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9641423Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9656197Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9671236Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9685969Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9700699Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9715557Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9730600Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9745615Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9760078Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9774851Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9789565Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9804275Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9818987Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9833848Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9848622Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9863567Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9878396Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9892981Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9908034Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9922572Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9937293Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9952176Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9966757Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9981539Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:06.9996449Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.0011097Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.0025900Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.0040800Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.0055750Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.0070589Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.0086085Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.0102284Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0118516Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0134525Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0150540Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0166587Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0183009Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0198998Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0214958Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0231240Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0247406Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0263674Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0280211Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0296500Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0312771Z test_nnc_correctness_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0328910Z test_nnc_correctness_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0345485Z test_nnc_correctness_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0361602Z test_nnc_correctness_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0377676Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0393749Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0409745Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0426026Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0442056Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0458180Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0474588Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0490394Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0506669Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0522650Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0533844Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0545553Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0556764Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0568012Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0579462Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0590984Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0602417Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0613830Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0625540Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0637153Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0648572Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0660178Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0671490Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0683069Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0694411Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0705916Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0717229Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0728692Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0739865Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0751245Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0762336Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0773624Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0784830Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0795906Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0807545Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0819089Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.0836469Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0853431Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0869892Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0885973Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0902563Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0918398Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0934519Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0950878Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0966814Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0983209Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.0999230Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1015384Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1031772Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1047822Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1064035Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1079843Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1095919Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1112162Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1128233Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1144466Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1160516Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1176752Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1193088Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1209206Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1225781Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1241614Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1258231Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1273903Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1290664Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1306757Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1322621Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1338738Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1354941Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1371282Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1387681Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1403671Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1419920Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1435863Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1451971Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1497800Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T12:20:07.1512710Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1527999Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1543188Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1558071Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1572806Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1587855Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1602863Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1617988Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1632807Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1647750Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1662867Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1677672Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1692636Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1708144Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1722916Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1738189Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1753067Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1768150Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1783551Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1798430Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1813713Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1829368Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.1844494Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1859557Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1874761Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1889737Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1904969Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1919983Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1935033Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1950025Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1965028Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1980209Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.1995086Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2010013Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2025380Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2040301Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2055130Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2070319Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2085058Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2099983Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2115009Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2130043Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2145190Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2160119Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2175192Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2190271Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2205083Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2220077Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2235139Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2250005Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2265120Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2280789Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2295810Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2311086Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2325706Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2340777Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2356328Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2371232Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2386225Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2401309Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2416427Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2431414Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2446403Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2461572Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2476605Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2491540Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2506971Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2521894Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2537060Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2552217Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2567208Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2582382Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2597400Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2612432Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2627843Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2642795Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2658023Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2672954Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2687876Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2703197Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2718188Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2733164Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2748396Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2763413Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2778467Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2793619Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2808817Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2824006Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2839080Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2853946Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2869228Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2884195Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2899303Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2914503Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2929469Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2944850Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2959785Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2974789Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.2989836Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3007532Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.3021559Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3036279Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3051253Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3066035Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3080962Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3096511Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3111506Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3126524Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3141676Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3156890Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3171847Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3187176Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3202277Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3217409Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3232500Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3247755Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3263137Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3278093Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3293372Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3308843Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3323942Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3338944Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3354122Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3368810Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3384086Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3398819Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3413876Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3429225Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3444149Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3459293Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3474437Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3489429Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3533483Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:07.3548492Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3563446Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3578608Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3593503Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3608246Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3623626Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3638532Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3653554Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3668673Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3683495Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3698663Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3713895Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3728651Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3743885Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3758829Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3773706Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3788874Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3803874Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3819377Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3834025Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3849165Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3864309Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3879119Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3894155Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3909308Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3924067Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3939062Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3954004Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3968796Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3983728Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.3998352Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4012952Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4028251Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4042767Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4057715Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4072656Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4087311Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4102611Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4117602Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4132562Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4147923Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4163057Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4178310Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4193527Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4208818Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4224261Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4239373Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4254604Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4270008Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4285871Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4300424Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4315727Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4330687Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4346129Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4361567Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4377386Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4392893Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4407928Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4423757Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4439066Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4454486Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4470052Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4485506Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4501047Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4516418Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4531751Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4547341Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4562643Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4578056Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4593428Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4608736Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4624309Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4639596Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4654922Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4670338Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4685655Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4701048Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4716401Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4731691Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4747240Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4762280Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4777558Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4792935Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4808235Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4823866Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4839089Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4854464Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4870390Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.4885248Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4900672Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4915979Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4931276Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4946782Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4962017Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4977564Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.4993036Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5008331Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5023919Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5039171Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5054513Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5069941Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5085538Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5100663Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5116044Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5131465Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5146962Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5162197Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5177557Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5193055Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5208344Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5223880Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5239142Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5254450Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5269804Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5285336Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5300342Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5315463Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5330509Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5345685Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5360672Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5376058Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5391182Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5406286Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5421352Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5436786Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5451588Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5466841Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5477095Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5487731Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5498359Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5509254Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5519263Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5559419Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.004s) 2022-08-17T12:20:07.5569946Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5580391Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5591552Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5602219Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5612734Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5623517Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5634331Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:07.5651719Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5668444Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5684604Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5700972Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5716604Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.5731709Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5747266Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5762580Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5777856Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5793073Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5808129Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5823666Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5838668Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5854248Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5869046Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5884016Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5899127Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5914289Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5929282Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5944659Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5959625Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5974892Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.5990228Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6005213Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6020384Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6035551Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6050880Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6066756Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.6081853Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6096960Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6112161Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6127477Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6142667Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6157594Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6172818Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6188031Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6203081Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6218208Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6233369Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6248394Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6263793Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6278758Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6294132Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6309387Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6324511Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6339779Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6355115Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6370229Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6385628Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6400752Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6415868Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6430981Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6446116Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6461245Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6476513Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6491695Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6507168Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6522338Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6537392Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6552693Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6567780Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6583247Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6598473Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6613602Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6629024Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6644092Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6659534Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6675030Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6690095Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6705537Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6720651Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6735941Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6751422Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6766361Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6781617Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6797210Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6812697Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.6828481Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.6843735Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6859178Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6874419Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6889474Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6905088Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6920224Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6935632Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6950854Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6965715Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6980652Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.6995754Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7010584Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7025622Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7040534Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7055544Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7070391Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7085481Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7100536Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7115303Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7130495Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7145484Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7160170Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7174940Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7189927Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7204912Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7219654Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7234527Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7249383Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7264401Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7279311Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7294474Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7309736Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7325123Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7340131Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7355313Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7370547Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7385945Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7401169Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7417109Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.7432339Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7447513Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7462944Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7478255Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7493467Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7509039Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7524305Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7539790Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7585349Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:07.7600696Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7615834Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7630981Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7646091Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7661351Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7676622Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7691904Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7707343Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7722485Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7737792Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7753224Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7768336Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7783634Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7798820Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7814114Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7829501Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7844665Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7859876Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7875308Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7890562Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7905662Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7920897Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7936517Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7951187Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7966099Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7981291Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.7996361Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8011182Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8026460Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8041537Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8056596Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8071603Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8086703Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8102084Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8117175Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8132277Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8147971Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8162942Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8178345Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8193746Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8204162Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8214873Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8224975Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8234946Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8245072Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8255911Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8265968Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8276249Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8286742Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8297206Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:07.8312653Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8327792Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8343187Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8358097Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8373159Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8388389Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8403481Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8418853Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8434053Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8449214Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8464792Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8479847Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8495069Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8510402Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8525559Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8540759Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8556148Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8571398Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8586858Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8601975Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8617284Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8632530Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8647957Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8663114Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8677954Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8693142Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8708649Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8723877Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8739125Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8754451Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8769719Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8785130Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8800285Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8815606Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8831052Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8846411Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8861670Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8877071Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8892039Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8907654Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8922858Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8938137Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8953506Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8968776Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8984240Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.8999555Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9014831Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9030550Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:07.9045683Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9060976Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9076235Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9091448Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9106972Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9122078Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9137504Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9152876Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9168091Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9183627Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9198814Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9214148Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9229641Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9244751Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9260070Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9275283Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9290541Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9306032Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9321179Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9336750Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9351950Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9367238Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9382779Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9398040Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9413233Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9428832Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9448506Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9459340Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9474638Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9489760Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9505130Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9520316Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9535545Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9551043Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9566163Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9610440Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:07.9626138Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9641135Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9656270Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9671595Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9686670Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9702020Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9717230Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9732612Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9747859Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9763049Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9778461Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9793726Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9808979Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9824440Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9839634Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9854874Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9870223Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9885177Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9900339Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9915204Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9929977Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9944930Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9959680Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9974513Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:07.9989628Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0004201Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0018905Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0033623Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0048199Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0063296Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0078018Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0092859Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0108091Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0123007Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0138405Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0153406Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0168301Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0183488Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0198487Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0213405Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0228489Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0243273Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0258326Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0273334Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0288406Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0303518Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0318379Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0333200Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0348413Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0363405Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0378747Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0393465Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0409665Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.0424886Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0439867Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0454710Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0469691Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0484492Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0499525Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0514466Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0529488Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0544778Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0559563Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0574659Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0589655Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0604477Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0619552Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0634804Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0649648Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0664715Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0679603Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0694579Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0709748Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0724787Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0739968Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0754960Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0769847Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0784970Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0799865Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0814737Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0829751Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0844664Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0859774Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0874655Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0889577Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0904745Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0919800Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0934590Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0949675Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0964532Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0979485Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.0994501Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1009350Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1024602Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1039661Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1054564Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1069571Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1084599Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1099539Z test_nnc_correctness_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1114837Z test_nnc_correctness_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1129882Z test_nnc_correctness_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1145168Z test_nnc_correctness_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1160091Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1175365Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1190319Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1205214Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1220174Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1235188Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1250123Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1265411Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1280180Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1295218Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1310333Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1325100Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1340015Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1355040Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1369884Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1385223Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1400030Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1414911Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1430097Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1444881Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1459902Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1474953Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1489990Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1505018Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1519818Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1534655Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1549555Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1564459Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1579433Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1594354Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1638801Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:08.1654179Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1669002Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1684032Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1699477Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1714403Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1729152Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1744419Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1759291Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1774845Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1790319Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.1806214Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1821510Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.1836894Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.1851647Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1866846Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1881758Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1896799Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1911838Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1926778Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1941773Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1956689Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1971457Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.1986396Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2001158Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2016371Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2031336Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2046318Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2061536Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2076304Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2091323Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2106480Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2121289Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2136301Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2152246Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2166696Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2181471Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2196395Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2211158Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2226420Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2241392Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2256434Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2271404Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2286736Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2301739Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2316832Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2331653Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2346870Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2361713Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2376684Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2391756Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2406746Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2421990Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2436805Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2451692Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2466923Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2481753Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2496930Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2511696Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2526494Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2541553Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2556684Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2571437Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2586657Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.2601555Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2616538Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2631569Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2646506Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2661649Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2676562Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2692466Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:20:08.2708440Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:20:08.2723404Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2738318Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2753012Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2767887Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2783249Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2797815Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2812743Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2828038Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2842906Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2857671Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2872698Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2887114Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2902015Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2917162Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2933113Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:20:08.2949142Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:20:08.2964591Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T12:20:08.2979594Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.2994811Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3009928Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3025674Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3040629Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3055727Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3070800Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3085825Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3101014Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3116224Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3131248Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3146570Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3161488Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3176818Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3191864Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3207001Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3222991Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3237758Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3253030Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3268705Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3283405Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3298279Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3313377Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3328431Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3343782Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3358708Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3373700Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3389106Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3404086Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3419510Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3434406Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3449157Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3464325Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3479119Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3493992Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T12:20:08.3509200Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3524163Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3539279Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3554361Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3569331Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3584421Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3599320Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3614327Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3629470Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3673918Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:08.3688918Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3703753Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3718469Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3733322Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3748442Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3763324Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3778275Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3793231Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3808284Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3823381Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3838153Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3852893Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3867965Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3882751Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3897556Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3912379Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3927274Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3942168Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3957284Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3971683Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.3986681Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4001168Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4015912Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4031212Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4045797Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4060869Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4075939Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4090660Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4105764Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4120576Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4135482Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4150640Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4165691Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4180787Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4195851Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4210651Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4225667Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4240396Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4255281Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4270286Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4285453Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4300440Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4315505Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4330557Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4345723Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4360636Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4375786Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4390658Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4405555Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4420619Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4436636Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4451017Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4466481Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4481123Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4496464Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4511336Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4526336Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4541658Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4557655Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.4572962Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4588563Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.4603960Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4618828Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4633828Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4648630Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4663885Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4678664Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4693960Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4709501Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4723911Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4738954Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4753959Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4769161Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4784362Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4799365Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4814414Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4829605Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4844557Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4860036Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4875499Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.4890826Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4906394Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.4921743Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4937152Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4952604Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4967875Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4983130Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.4997941Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5012898Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5027991Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5043096Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5058030Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5072986Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5087839Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5103153Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5118133Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5133074Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5148360Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5163305Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5178294Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5193466Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5208187Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5223373Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5238256Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5253282Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5268419Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5283744Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5298973Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5314024Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5329093Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5344258Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5359039Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5374154Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5389284Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5404225Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5419298Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5434436Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5450092Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5464824Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5479742Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5494762Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5509827Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5524812Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5539921Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5554993Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5569838Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5585127Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5599953Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5614999Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5630108Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5645106Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5660209Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5704786Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:08.5719694Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5734574Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5749643Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5765028Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5780055Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5795107Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5810136Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5825307Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5840234Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5855921Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.5871559Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.5886964Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5902748Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5917792Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5933110Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5948876Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.5963923Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5979018Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.5994499Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6009504Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6024763Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6039722Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6054928Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6069950Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6084932Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6099950Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6115018Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6129786Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6144922Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6159695Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6174661Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6189875Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6205054Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6220109Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6230774Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:08.6245552Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6260885Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6276425Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6292052Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6307815Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6323434Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6339060Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6354607Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6370417Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6386130Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6401564Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6417111Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6432691Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6448218Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6464215Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6479272Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6494717Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6510257Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6525545Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6540985Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6556499Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6571770Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6587491Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6602826Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6618351Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6633843Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6649264Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6664900Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6680118Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6695750Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6711337Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6726878Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6742499Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6758017Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6773560Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6789092Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6804529Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6819966Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6835754Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6851164Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6866621Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6881713Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6896951Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6912127Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6927220Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6942587Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.6958267Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6973970Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.6989726Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.7005291Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7021008Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.7036945Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.7051966Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7067625Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.7082749Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7097919Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7113104Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7128194Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7143584Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7158758Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7173935Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7189354Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7204459Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7219893Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7235234Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7250410Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7265882Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7281351Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7296905Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.7312304Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7327514Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7343150Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7358329Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7373846Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7389066Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7404342Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7419638Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7434981Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7450183Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7465617Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7480706Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7495931Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7511192Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7526389Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7541759Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7557088Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7572308Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7587690Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7602884Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7618210Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7633522Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7648649Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7664069Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7679282Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7694445Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7710109Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7724915Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7801499Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.008s) 2022-08-17T12:20:08.7816796Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7832084Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7847062Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7862440Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7877520Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7892592Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7907859Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7922909Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7938095Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7953214Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7968281Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7983574Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.7998549Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8013736Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8029020Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8044138Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8059307Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8074401Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8089292Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8104408Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8119419Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8134719Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8149712Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8164739Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8179845Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8195054Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8210031Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8225484Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8240571Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8255960Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8270926Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8285971Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8301226Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8316492Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8331592Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8346816Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8361798Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8377028Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8392145Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8407375Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8422639Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8437675Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8452752Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8468148Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8483006Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8498299Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8513471Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8528413Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8543757Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8559150Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8573917Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8589293Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8604349Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8619423Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8634709Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8649863Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8665212Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8680316Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8695491Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8710566Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8725585Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8740804Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8756125Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8771327Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8786710Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8801789Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8817297Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8832338Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8847430Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8862714Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8877693Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8892598Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8907887Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8922835Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8937951Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8953327Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8968328Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8983648Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.8998746Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9014080Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9029328Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9044410Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9059818Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9074973Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9090038Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9105466Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9120657Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9135988Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9151492Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9166563Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9181809Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9197116Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9212301Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9227714Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9242878Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9257941Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9273292Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9288692Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9303859Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9318890Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9334110Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9349462Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9364418Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9379597Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9394809Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9409870Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9425163Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9440197Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9455330Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9470639Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9485854Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9500938Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9516115Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9531259Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9546734Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:08.9561995Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9577143Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9592474Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9607520Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9622857Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9637936Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9653121Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9668576Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9683723Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9698931Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9714127Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9729175Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9744699Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9759700Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9774996Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9790353Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9805446Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9850221Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:08.9865699Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9880115Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9894971Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9909884Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9924668Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9939564Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9954467Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9969209Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9984350Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:08.9999108Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0013967Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0029025Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0043751Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0058583Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0073445Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0088303Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0103479Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0118392Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0133134Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0148260Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0163337Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0178568Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0193741Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0209107Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0224222Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0239249Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0254423Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0269630Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0284712Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0300050Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0315230Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0330256Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0345910Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.0361183Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0376495Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0392039Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0407104Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0422571Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0437717Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0452802Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0468118Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0483174Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0498456Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0513708Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0528775Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0544241Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0559528Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0574533Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0589651Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0604585Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0619737Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0634884Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0649792Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0665166Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0680253Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0695433Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0710757Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0725859Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0741046Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0756494Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0771517Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0786755Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0801883Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0817132Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0832312Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0847420Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0863130Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0877978Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0893137Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0908509Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0923743Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0938877Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0954261Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0969467Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0984883Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.0999886Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1014943Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1030421Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1045472Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1060745Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1076337Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1091406Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1106714Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1121846Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1137012Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1152197Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1167195Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1182570Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1197784Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1212677Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1227976Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1243095Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1258407Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1273668Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1288860Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1304222Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1319257Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1334390Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1349604Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1364914Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1380049Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1395395Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1411050Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1426246Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1441235Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1456359Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1471263Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1486239Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1501325Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1516214Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1531228Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1546292Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1560990Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1575972Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1586708Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.1602050Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1617243Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1632648Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1647888Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1663259Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1678627Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1693865Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1709226Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1724351Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1739579Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1754773Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1769811Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1785394Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.1800404Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1815787Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1831226Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1846951Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.1890626Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:09.1905799Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1920505Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1935417Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1950405Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1965325Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1980124Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.1995052Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2009771Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2025009Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2039843Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2054759Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2069785Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2084775Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2099699Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2114740Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2129596Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2145172Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2159801Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2174917Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2189891Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2204760Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2219822Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2234790Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2249809Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2264911Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2280439Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2299183Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.2314398Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.2330382Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.2345419Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2360980Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.2376010Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2391103Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2405976Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2421055Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2436191Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2451186Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2466541Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2481437Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2496535Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2511536Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2526720Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2541759Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2556818Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2571848Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2587191Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2602170Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2617366Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2632726Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2647586Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2662964Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2678054Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2692801Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2707966Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2722930Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2737985Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2753737Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.2768597Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2783892Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2799107Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2814004Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2829291Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2844324Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2859508Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2874647Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2889677Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2904925Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2919594Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2934470Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2949589Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2964338Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2979385Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.2994290Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3009397Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3024603Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3039530Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3054443Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3069425Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3084391Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3099607Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3114601Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3129473Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3144562Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3159746Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3175079Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3189691Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3204621Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3219750Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3234680Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3249683Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3265202Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3280766Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3294958Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3309776Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3324472Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3339444Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3354414Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3369081Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3384289Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3398933Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3414123Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3428830Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3443366Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3458155Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3473039Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3487575Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3502548Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3517419Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3532038Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3547093Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3561840Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3576533Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3591602Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3606602Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3621663Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3637318Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3652265Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3667485Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3681929Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3696975Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3711634Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3726343Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3741264Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3755982Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3770921Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3786003Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3800723Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3815497Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3830298Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3844939Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3859609Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3874372Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3918065Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:09.3932848Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3947906Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3962874Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3978195Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.3993098Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4008144Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4023186Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4038443Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4053400Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4068383Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4083040Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4097823Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4112663Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4127483Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4142454Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4157106Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4171951Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4186996Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4201694Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4216366Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4231138Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4245839Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4260716Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4275544Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4290383Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4304815Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4319126Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4333582Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4348140Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4362446Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4377108Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4391475Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4405876Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4420441Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4434666Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4449040Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4463538Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4477985Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4492346Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4507058Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4521369Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4535951Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4550390Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4564914Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4579500Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4593983Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4608223Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4622834Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4636959Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4651523Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4666197Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4680629Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4696178Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.4711305Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4725908Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4740868Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4755671Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4770298Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4785318Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4799900Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4814672Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4829399Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4844027Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4858772Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4873497Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4888315Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4903157Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4918281Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4932822Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4947802Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4962360Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4977272Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.4991837Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5006512Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5021195Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5035867Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5050596Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5065561Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5080142Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5094990Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5109855Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5124583Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5139379Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5154180Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5169136Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5184044Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5198984Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5213168Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5228105Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5242784Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5257556Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5272483Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5287644Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5302501Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5317003Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5331647Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5346494Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5361163Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5375734Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5390582Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5405237Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5420104Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5435154Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5449355Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5464273Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5478817Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5493379Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5508288Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5522857Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5537705Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5552373Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5567062Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5581742Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5596690Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5611547Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5626726Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5641837Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5656623Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5672173Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5686664Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5701801Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5716900Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5731801Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5746818Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5762177Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5777339Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5792234Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5806885Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5821591Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5836381Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5851092Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5866082Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5880616Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5923255Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:09.5937979Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5953130Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5967468Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5982398Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.5996977Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6012112Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6026908Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6036760Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6046643Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6057015Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6067132Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6077275Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6086966Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6096651Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6106812Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6116773Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6126791Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6136940Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6147153Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6157181Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.6173724Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.6189609Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.6204317Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6219464Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6234403Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6249251Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6264266Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6279269Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6294324Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6309246Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6324133Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6338900Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6354156Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6368714Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6383781Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6398507Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6413264Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6428584Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6443102Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6457883Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6472678Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6487393Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6502353Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6517060Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6531720Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6546722Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6561459Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6576236Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6591176Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6605861Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6620635Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6635486Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6650183Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6665141Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6679921Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6695018Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6709625Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6724319Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6738970Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6753923Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6768762Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6783965Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6798504Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6813261Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6828270Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6843709Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6858375Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6873445Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6888151Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6903229Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6918161Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6933645Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6948597Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6963341Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6978361Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.6993455Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7008284Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7023419Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7038368Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7053213Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7068599Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7083781Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7098464Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7113317Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7128053Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7143141Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7157933Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7172732Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7188690Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.7203595Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7213747Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.7229433Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7244157Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7254131Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.7269242Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7284136Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7299468Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7314033Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7328773Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7343907Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7358556Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7368527Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.7378964Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:09.7394118Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7409282Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7424657Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7439683Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7454719Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7469983Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7485000Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7500006Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7515101Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7530215Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7545579Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7560501Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7575676Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7590943Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7606278Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7622274Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.7637458Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7652403Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7667952Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.7683153Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7698594Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7713934Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7729047Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7744494Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7759547Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7774841Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7790207Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7805433Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7820794Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7864058Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:09.7878750Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7893662Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7908776Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7923584Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7938513Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7953912Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7968469Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7983816Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.7998654Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8013551Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8028883Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8043775Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8058821Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8073905Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8088790Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8104076Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8119016Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8134135Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8149001Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8163885Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8178872Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8193893Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8208784Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8223994Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8239014Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8254204Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8269370Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8284553Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8299225Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8313979Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8328626Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8343598Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8358075Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8372851Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8387989Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8402645Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8417552Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8432378Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8447168Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8462156Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8476700Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8491251Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8506182Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8520772Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8535522Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8550461Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8564952Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8579796Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8594546Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8609312Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8624291Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8639123Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8653688Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8668652Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8683245Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8697983Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8712886Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8727592Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8742667Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8757321Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8772012Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8787064Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8801791Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8816668Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8831563Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8846355Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8861045Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8875713Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8890388Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8905377Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8921085Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.8936021Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8950618Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8965268Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8980099Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.8994893Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9009591Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9024535Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9039189Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9053825Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9068662Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9083318Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9098054Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9112833Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9127532Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9142773Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9158291Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.9172944Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9187874Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9202683Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9217714Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9232646Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9247417Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9262511Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9277788Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9292287Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9307256Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9321884Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9336588Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9351451Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9366077Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9380865Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9395716Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9410569Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9425388Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9439985Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9454885Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9469512Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9484282Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9499028Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9513845Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9528631Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9543802Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9558391Z test_nnc_correctness_nn_functional_kl_div_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9573087Z test_nnc_correctness_nn_functional_kl_div_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9588150Z test_nnc_correctness_nn_functional_kl_div_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9602649Z test_nnc_correctness_nn_functional_kl_div_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9617632Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9632709Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9647716Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9662825Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9677789Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9692858Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9708192Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9723184Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9738413Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9753835Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9769169Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9784276Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9799378Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9814504Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9829603Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9873389Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:09.9888181Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9903611Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9919227Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.9934963Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:09.9950438Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9965026Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9979865Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:09.9994666Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0009400Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0024584Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0039254Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0054153Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0068993Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0083576Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0098456Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0113514Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0127947Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0142865Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0157757Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0173162Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0188896Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.0199574Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-08-17T12:20:10.0213973Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0228684Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0243059Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0257523Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0272001Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0286746Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0301314Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0315817Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0330167Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0344818Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0359037Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0373353Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0387869Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0402241Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0416759Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0432674Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.0448023Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.0463429Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0477897Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0492290Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0506971Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0521453Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0535844Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0550395Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0564808Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0579300Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0593830Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0608265Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0622870Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0637194Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0651506Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0666440Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0681414Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0697149Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.0712636Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.0727502Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0742376Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0756939Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0772121Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0787164Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0801570Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0816350Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0831203Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0845861Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0860588Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0875443Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0889997Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0904903Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0919631Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0934899Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0950410Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.0965083Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0979781Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.0994576Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1009353Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1024211Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1039002Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1053612Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1068537Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1083286Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1097999Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1112703Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1127391Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1142278Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1156918Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1171443Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1186459Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1201235Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1216073Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1230921Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1245542Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1260316Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1275231Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1289874Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1304929Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1319669Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1334166Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1348902Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1363551Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1378326Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1393093Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1407908Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1422777Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1437342Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1452097Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1466931Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1481399Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1496054Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1510743Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1525256Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1539896Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1554510Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1569155Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1584154Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1598817Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1613702Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1628510Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1643066Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1657743Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1672425Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1687105Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1702344Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1717115Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1731940Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1747112Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1762611Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1777175Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1792802Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1807416Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1822776Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1866707Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:10.1881660Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1896660Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1911693Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1926478Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1941503Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1956568Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1971312Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.1986569Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2001157Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2015954Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2030831Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2045575Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2060259Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2074931Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2089708Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2104771Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2119060Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2133645Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2148602Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2163203Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2177840Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2192570Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2207459Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2222381Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2236879Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2251364Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2266446Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2281345Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2295724Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2310197Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2324687Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2339353Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2353861Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2368241Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2384316Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2397554Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2411789Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2426396Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2440809Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2455313Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2470148Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2484724Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2499536Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2514410Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2529260Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2544189Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2558822Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2573820Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2588788Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2603383Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2618426Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2633129Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2647815Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2662721Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2677494Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2692131Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2707077Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2721928Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2736542Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2751357Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2765865Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2780582Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2795230Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2809938Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2824739Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2839472Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2854176Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2869093Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2883489Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2898133Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2912919Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2927474Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2942557Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2956992Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2971580Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.2986419Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3001041Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3015553Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3030287Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3045013Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3059545Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3074301Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3088947Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3104068Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3118684Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3133270Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3148184Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3162783Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3177704Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3192186Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3206824Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3222224Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3236771Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3251546Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3266766Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3281233Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3295800Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3310321Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3324753Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3339348Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3353996Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3368504Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3383254Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3397659Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3412055Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3426631Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3440958Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3455778Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3470457Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3484740Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3499343Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3513978Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3528549Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3543394Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3557952Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3572653Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3587567Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3602225Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3616975Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3632087Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3646729Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3661460Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3676188Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3690858Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3705893Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3720614Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3735155Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3750031Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3765048Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3779850Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3794732Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3809657Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3853827Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:10.3868934Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3883962Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3899121Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3914077Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3928962Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3943928Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3958378Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3972984Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.3987918Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4003077Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4017514Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4032419Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4046970Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4061751Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4076563Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4091256Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4106306Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4120863Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4135933Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4150442Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4165031Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4179908Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4194747Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4209495Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4224458Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4239019Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4253994Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4268994Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4283401Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4298243Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4312975Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4327554Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4342458Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4357070Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4371705Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4386606Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4401149Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4415931Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4430602Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4445265Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4460438Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4474798Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4489199Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4504075Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4518528Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4533198Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4548088Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4562749Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4577511Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4592392Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4607183Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4621702Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4636396Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4650920Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4665761Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4680327Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4695035Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4709852Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4724319Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4738946Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4753580Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4768266Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4783019Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4798457Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4813322Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4828225Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4842876Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4857620Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4872303Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4886882Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4901549Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4916183Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4930754Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4945611Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4960183Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4974784Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.4989431Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5004177Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5018968Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5033922Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5048546Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5063533Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5078083Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5092619Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5107546Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5122132Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5137074Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5151759Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5166241Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5180956Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5195812Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5210594Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5225044Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5239631Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5254511Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5269492Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5284493Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5299265Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5314164Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5328913Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5344075Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5358927Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5373733Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5388792Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5403614Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5418520Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5433486Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5448481Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5463214Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5478107Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5492814Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5507947Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5523022Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5537746Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5552838Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5567708Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5582930Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5597538Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5612521Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5627660Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5642432Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5657441Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5672489Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5687317Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5702586Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5717227Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5732040Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5747276Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5762785Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5777706Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5793348Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5807970Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5851856Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:10.5866769Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5881678Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5896648Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5911855Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5926869Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5942041Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5956903Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5971967Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.5987170Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6002082Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6017119Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6032114Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6047424Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6062359Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6077148Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6092119Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6107211Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6122059Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6137340Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6152104Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6167002Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6182132Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6196997Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6211838Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6226924Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6241930Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6256708Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6272051Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6286595Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6301437Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6316420Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6331314Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6346443Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6361189Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6376107Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6391132Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6405842Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6420843Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6435830Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6450640Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6465776Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6480993Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6495903Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6510913Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6525816Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6540796Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6555789Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6570595Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6585794Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6600601Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6615490Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6630389Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6645124Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6660133Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6675231Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6689895Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6705091Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6719880Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6734983Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6749635Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6764468Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6779392Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6794372Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6809235Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6824397Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6839001Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6854263Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6869768Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.6884604Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6899439Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6914257Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6928713Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6943454Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6957867Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6972635Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.6987538Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7001706Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7016410Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7031097Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7045652Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7060224Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7074955Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7089491Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7104332Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7118915Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7133296Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7148211Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7162568Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7177170Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7191847Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7206396Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7221137Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7235928Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7250446Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7265139Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7279917Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7294257Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7308920Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7323259Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7337727Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7352199Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7366531Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7381116Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7395571Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7409841Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7424541Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7438928Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7453291Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7467903Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7482314Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7497974Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.7513548Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.7528546Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7543275Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7557763Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7572262Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7586891Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7601191Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7615722Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7630306Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7644587Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7659224Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7673806Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7688081Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7702730Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7717134Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7731915Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7747697Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.7764044Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.7778383Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7793398Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7807873Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7823181Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7866743Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:10.7881238Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7896239Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7911116Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7925989Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7941066Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7956119Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7970917Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.7987217Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.8002688Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.8018120Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.8033627Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:10.8048886Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8064521Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8079884Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8095402Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8110626Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8125944Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8141259Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8156763Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8171913Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8187487Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8202328Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8217443Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8232716Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8247998Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8263699Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8278690Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8293477Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8309249Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8324202Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8339354Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8354359Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8369396Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8384486Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8399007Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8413984Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8429026Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8443940Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8458967Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8474052Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8488906Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8504049Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8518821Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8533965Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8548979Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8563688Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8578610Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8593524Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8608317Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8623611Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8638382Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8653199Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8668314Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8683266Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8698309Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8713406Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8728477Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8743721Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8759047Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8773747Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8789556Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8804016Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8819129Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8834235Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8849246Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8864713Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8879901Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8894796Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8910039Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8925041Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8940225Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8955424Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8970562Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.8986003Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9001116Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9016298Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9031679Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9046680Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9061786Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9076798Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9091791Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9106949Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9121856Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9136939Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9151981Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9167071Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9182376Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9197241Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9212361Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9227266Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9242153Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9257250Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9272378Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9287333Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9302693Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9317729Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9332674Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9347756Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9362739Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9377775Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9392848Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9407789Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9423104Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9438056Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9452971Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9468210Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9483187Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9498283Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9513424Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9528308Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9543753Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9558908Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9573620Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9588702Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9603599Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9618636Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9633638Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9648559Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9663742Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9678765Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9693661Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9708878Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9723897Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9739021Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9754072Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9769045Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9784288Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9799429Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9814658Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9829747Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9844584Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9859557Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9903632Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:10.9918753Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9933629Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9949001Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9964192Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9979474Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:10.9994574Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0009919Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0025307Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0040550Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0055658Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0070837Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0085720Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0100845Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0116009Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0131249Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0146582Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0161646Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0176760Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0192026Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0206899Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0221823Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0236753Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0251439Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0266876Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0281746Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0297529Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0311889Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0326840Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0341796Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0356779Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0371596Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0386672Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0401466Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0416422Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0431463Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0446345Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0461667Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0476877Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0491750Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0507040Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0521817Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0536733Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0551789Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0566640Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0581447Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0596403Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0611505Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0626406Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0641126Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0656095Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0671074Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0685820Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0700754Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0715578Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0730381Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0745442Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0760110Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0775266Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0790047Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0805225Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0820190Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0835131Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0849912Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0865169Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0880051Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0894960Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0909953Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0924813Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0939864Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0954730Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0969579Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0984622Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.0999455Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1014430Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1029475Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1044362Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1059459Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1074417Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1089292Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1104412Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1119100Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1133907Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1148953Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1163727Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1178728Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1193706Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1208650Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1223838Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1238593Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1253623Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1268556Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1283554Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1298531Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1313581Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1328343Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1343406Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1358323Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1373166Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1388213Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1403009Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1417990Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1433003Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1447897Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1462934Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1477710Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1492647Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1507700Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1522560Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1537546Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1552660Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1567536Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1582796Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1597954Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1612558Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1627831Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1642774Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1657956Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1673009Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1687882Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1702981Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1717815Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1732657Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1748172Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1763210Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1778333Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1793072Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1807960Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1823221Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1838079Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1852828Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1868239Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1883425Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1928527Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:11.1944104Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1959074Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1974509Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.1989863Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2004986Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2020419Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2035801Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2050994Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2066516Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2082048Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2097048Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2112171Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2127065Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2142397Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2157173Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2172040Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2187300Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2202249Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2217320Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2232626Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2247877Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2263274Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2278899Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2294811Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2309998Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.2324687Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2339956Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2355304Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2369889Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2385160Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2400140Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2415314Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2430705Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2445666Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2460780Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2476011Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2491744Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.2506808Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2521506Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2536574Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2551620Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2566717Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2582100Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2597482Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2612393Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2627765Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2642815Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2657732Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2672840Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2687732Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2702836Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2717859Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2732821Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2748185Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2763125Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2778158Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2793244Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2808276Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2823451Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2838459Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2853394Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2868903Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2883745Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2898709Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2913655Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2928648Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2943968Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2958819Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2973829Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.2989226Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3003922Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3019038Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3034145Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3048878Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3064068Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3079113Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3094111Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3109400Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3124751Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3139799Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3154880Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3170118Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3185600Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3200666Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3215897Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3231181Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3246241Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3261559Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3276753Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3292031Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3307514Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3322629Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3337951Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3353565Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3368826Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3384107Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.3399604Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3414378Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3429899Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3444660Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3459913Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3475305Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3490599Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3506153Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.3521304Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3536850Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3552174Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3567518Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3582866Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3597870Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3613178Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3628823Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3643536Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3658562Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3673750Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3688913Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3704035Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3718986Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3733996Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3749394Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3764822Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3779678Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3794775Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3809761Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3825058Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3839835Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3854875Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3870203Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3885009Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3900261Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3915514Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3930834Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.3975370Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:11.3990620Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4005600Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4020698Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4035888Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4051134Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4066124Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4081266Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4096354Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4111732Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4126727Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4141703Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4156822Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4171721Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4187041Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4201860Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4216843Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4231881Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4246757Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4261741Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4276809Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4291870Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4307168Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4322081Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4337173Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4352198Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4367207Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4382860Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4397411Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4412412Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4427126Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4441715Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4456495Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4471354Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4486056Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4500822Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4515830Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4530458Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4545366Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4559950Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4574663Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4585339Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4595609Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4605445Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4615881Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4626261Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4636606Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4647508Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4657810Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4667984Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4678225Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4688580Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4698792Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4708790Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4718990Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4729149Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4739255Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4749775Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4759970Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4770043Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4780615Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4791060Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4801095Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4811240Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4821551Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4831712Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4842058Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4852058Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4862634Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4873059Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4883110Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4893556Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4903976Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.4921702Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.4937783Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.4953172Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4968138Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4983550Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.4998170Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5013066Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5028255Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5042779Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5057670Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5072639Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5087244Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5102280Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5117091Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5131851Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5147391Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.5163214Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.5174335Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5185114Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5195351Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5205896Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5216047Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5226199Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5236589Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5246608Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5256747Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5267256Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5277461Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5287693Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5298350Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5308329Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5318563Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5328772Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5345419Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.5361129Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.5376597Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5392211Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5407342Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5423661Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.5439540Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.5454622Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5469694Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5484597Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5499707Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5514762Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5529522Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5544748Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5559665Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5574520Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5589657Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5604579Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5619575Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5634811Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5649871Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5664448Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5679319Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5694409Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5709413Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5719724Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5730286Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5770035Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.004s) 2022-08-17T12:20:11.5780784Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5790902Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5801010Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5810995Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5821089Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5831289Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5841409Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5851520Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5861725Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5871927Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5882115Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5892167Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5902328Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.5918223Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.5933583Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5949180Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.5964488Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5979648Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.5994808Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6009927Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6025079Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6039848Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6054838Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6069845Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6084604Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6099628Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6114610Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6129455Z test_nnc_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6144643Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6159379Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6174227Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6189393Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6204093Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6219033Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6234217Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6249379Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6264625Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6279899Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6294894Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6310098Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6325044Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6340137Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6355082Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6370077Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6385282Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6400125Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6415385Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6430621Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6445584Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6460823Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6475900Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6490953Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6506218Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6521195Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6536237Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6551280Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6566098Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6581109Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6596434Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6611117Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6626273Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6641209Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6656276Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6671492Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6686275Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6701314Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6716233Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6731159Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6746356Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6761196Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6776321Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6791325Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6806145Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6821203Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6836173Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6851041Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6866333Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6881246Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6896361Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6911707Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6927249Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.6942378Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6957300Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6972192Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.6987373Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7002237Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7017368Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7032441Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7047506Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7062741Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7077617Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7092600Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7107804Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7122589Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7137621Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7148062Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7158137Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7168459Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7178496Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7188814Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7199204Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7209693Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7220022Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7230321Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7240669Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7250971Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7261258Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7271322Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7281567Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7291569Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7301700Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7311888Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7322170Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7332170Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7342480Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7352485Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7362573Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7373075Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7383855Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7393717Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7403794Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7414154Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7424574Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7434875Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7445651Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7456469Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7467269Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:11.7484172Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.7499957Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.7515028Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7529954Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7544954Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7559723Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7608659Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T12:20:11.7623545Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7638200Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7652734Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7667620Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7682190Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7697280Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7713124Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.7728767Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.7744518Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.7759262Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7774085Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7788913Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7803565Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7818245Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7833261Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7847873Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7863434Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7877697Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7892255Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7907215Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7921818Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7936640Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7951527Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.7967272Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8000012Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.8004095Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.8018614Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8033337Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8048000Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8063190Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8077755Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8092521Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8107546Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8122171Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8137100Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8152092Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8166810Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8182177Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8196844Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8211705Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8227189Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8242190Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8257102Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8272339Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8286900Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8301501Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8316264Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8330875Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8345711Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8360263Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8375066Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8389852Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8404504Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8419170Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8434034Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8448696Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8463629Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8478308Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8493133Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8508425Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8522443Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8537278Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8552061Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8567170Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8582411Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8597315Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8612136Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8627480Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8642437Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8657480Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8672709Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8687536Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8702706Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8717435Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8732497Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8748089Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8763447Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8778691Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8793669Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8808683Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8823890Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8838884Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8854090Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8868984Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8883957Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8898947Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8914061Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8928945Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8944120Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8959093Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8974086Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.8989731Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9004512Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9019609Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9035045Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.9050117Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9065689Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9080860Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9096138Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9111380Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9126594Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9142030Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9157231Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9172443Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9187992Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.9203354Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9218436Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9233997Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9249157Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9265052Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.9280941Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.9296134Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9311567Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9326650Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9342067Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9357335Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9372516Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9388149Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9403293Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9418794Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9433979Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9449130Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9464597Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9479944Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9495169Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9510452Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9525675Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9541067Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9556701Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9571697Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9587400Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.9602523Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9647751Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:11.9663271Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.9678826Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9694072Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9709570Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:11.9724799Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9740316Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9755589Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9770865Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9786358Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9801503Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9816893Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9832362Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9847567Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9862845Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9878141Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9893364Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9908786Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9923756Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9939004Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9954090Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9969381Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:11.9984993Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0000269Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0015676Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0030968Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0046538Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.0062108Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0077217Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0092242Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0107741Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0123487Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0138510Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0153787Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0169186Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0184797Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.0199558Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0214546Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0229682Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0244438Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0259410Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0274626Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0289787Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0305035Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0319822Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0334821Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0350004Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0364874Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0379910Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0395187Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0410002Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0425479Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0440228Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0454984Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0469971Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0484971Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0499966Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0515048Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0530155Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0545715Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0560809Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0575923Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0591076Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0606009Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0621419Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0636540Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0651584Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0666819Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0681851Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0696908Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0712191Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0727213Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0742569Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0757467Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0772693Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0787893Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0802863Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0817930Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0833230Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0848372Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0863750Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0878917Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0894106Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0909488Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0924662Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0940250Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0955703Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.0970979Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.0986727Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1001543Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1016698Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1031887Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1047023Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1062367Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1077397Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1092561Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1107907Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1123012Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1138258Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1153421Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1168658Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1183981Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1199054Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1214126Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1229333Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1244307Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1259538Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1274536Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1289600Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1305175Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1320428Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1335450Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1350717Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1365673Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1380905Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1396003Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1411082Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1426323Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1441385Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1456550Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1471757Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1486752Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1502172Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1517147Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1532303Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1547853Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1562853Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1577927Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1593214Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1608081Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1623383Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1638382Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1653445Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1698937Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:12.1714036Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1728967Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1744395Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1759381Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1774460Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1789649Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1804792Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1819836Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1834949Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1849826Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1865134Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1880236Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1895614Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1910952Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1926400Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1942115Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.1957392Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.1972495Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.1987880Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2002983Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2018156Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2033397Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2048370Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2063711Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2078606Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2093878Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2109223Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2124560Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2139899Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2155225Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2170400Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2185700Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2200863Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2216102Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2231414Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2246544Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2262086Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2277384Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2292806Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.2308526Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.2323456Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2338941Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2354440Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2369913Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.2385234Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2400778Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2415735Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2430970Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2446145Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2461461Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2476958Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2492159Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2507652Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.2522801Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2538091Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2553492Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2569127Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2584497Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.2599578Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2614802Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2630165Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2645308Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2660513Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2675631Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2690711Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2706201Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2721251Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2736365Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2751766Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2766470Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2781742Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2796916Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2811903Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2827181Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2842281Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2857504Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2872638Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2887700Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2903005Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2919091Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.2934210Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2949459Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2964493Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2979698Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.2994907Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3009970Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3025399Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3040471Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3055686Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3071425Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.3086553Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3102105Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3117026Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3132020Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3147252Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3162284Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3177441Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3192693Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3207750Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3223614Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3238053Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3253124Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3268594Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3283806Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3298846Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3314089Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3329319Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3344553Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3359554Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3374635Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3389892Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3404875Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3419995Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3435371Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3450259Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3465588Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3480703Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3495856Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3511052Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3526173Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3541343Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3556555Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3571671Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3586993Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3602045Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3617312Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3632643Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3647603Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3663032Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3678179Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3693287Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3708524Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3752637Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:12.3767602Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3782735Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3797763Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3813127Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3828378Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3844173Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.3859286Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3874449Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3889519Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3904737Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3919684Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3934663Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3949607Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3964635Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3979697Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.3994707Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4009675Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4024792Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4039348Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4054163Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4069211Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4083850Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4099698Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.4114761Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4129927Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4145158Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4160331Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4175413Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4190751Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4205889Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4221253Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4236474Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4251691Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4267232Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4282483Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4297723Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4313024Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4328226Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4343518Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4358656Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4373792Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4389242Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4404384Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4419660Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4434962Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4450294Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4465731Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4480949Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4496383Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4511474Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4526681Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4542119Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4557263Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4572553Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4588248Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4603264Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4618619Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4634089Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4649308Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4664608Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4674935Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.4689978Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4705394Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4720345Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4735548Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4750740Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4765872Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4781006Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4796241Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4811308Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4826688Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4842064Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4857018Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4872112Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4887262Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4902640Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4917516Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4932599Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4947832Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4962766Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4977890Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.4993094Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5008134Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5023535Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5038508Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5053625Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5068890Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5084018Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5098987Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5114169Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5129094Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5144448Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5159384Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5174588Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5189916Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5204674Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5219907Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5235074Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5250046Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5265297Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5280262Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5295354Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5310492Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5325479Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5340840Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5355965Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5371049Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5386785Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.5401662Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5416838Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5432143Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5447379Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5462804Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5477724Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5492747Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5507915Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5523076Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5538594Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5553690Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5568826Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5584141Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5599332Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5614545Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5629686Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5644706Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5659712Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5674810Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5689768Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5705088Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5720080Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5735103Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5750357Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5794053Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T12:20:12.5808772Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5823876Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5838655Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5853339Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5868331Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5883036Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5898039Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5913694Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:20:12.5928310Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5943325Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5958167Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5972942Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.5987973Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6002832Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6017714Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6032579Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6047401Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6062391Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6077051Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6092033Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6107409Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6122479Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6137644Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6152863Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6167911Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6183735Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6198256Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6213243Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6228581Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6243672Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6258860Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6273905Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T12:20:12.6281415Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6288914Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6296725Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6303928Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6311287Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6318636Z test_unsupported__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6326041Z test_unsupported__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6333364Z test_unsupported__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6340825Z test_unsupported__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6348289Z test_unsupported__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6355650Z test_unsupported__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6363085Z test_unsupported__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6370486Z test_unsupported__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6378105Z test_unsupported__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6385697Z test_unsupported__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6393121Z test_unsupported__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6401023Z test_unsupported__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6408709Z test_unsupported__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6416545Z test_unsupported__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6424513Z test_unsupported__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6432395Z test_unsupported__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6439345Z test_unsupported__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6446530Z test_unsupported__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6453779Z test_unsupported__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6461199Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6468745Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6475829Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6483061Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6490288Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6497677Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6505062Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6512338Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6519571Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6526936Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6534228Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6541455Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6548858Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6556141Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6563462Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6570760Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6578065Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6585375Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6592658Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6599857Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6607130Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6614501Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6622120Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6629310Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6636566Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6643846Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6651139Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6658719Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6666086Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6673647Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6680900Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6688244Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6695717Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6703439Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6710922Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6718111Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6725389Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6732842Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6740356Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6747910Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6755753Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6762867Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6770316Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6777763Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6785218Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6792261Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6799602Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6806732Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6814150Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6821501Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6829179Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6836339Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6843705Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6851237Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6858602Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6866193Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6873524Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6880884Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6887872Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6895681Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6903303Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6910528Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6918317Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6925137Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6932581Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6939779Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6947639Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6955114Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6962476Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6969796Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6977366Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6985077Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.6992737Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7000442Z test_unsupported_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7007423Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7014841Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7022342Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7029891Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7037236Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7044511Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7051709Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7059165Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7066623Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7073987Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7081084Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7089188Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7097211Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7105507Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7113745Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7121942Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7130190Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7138594Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7147065Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7155248Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7163207Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7170635Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7178161Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7185544Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7192947Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7200157Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7207296Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-08-17T12:20:12.7214527Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7221566Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7228806Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7235885Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7243199Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7250950Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7258266Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7265575Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7272950Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7280236Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7287541Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7294886Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7302511Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7309657Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7316911Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7324401Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7331760Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7339034Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7346528Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7353612Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7360966Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7368164Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7375534Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7383550Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7390404Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7397913Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7405132Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7412268Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7421019Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7429903Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7466861Z test_unsupported_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.004s) 2022-08-17T12:20:12.7473855Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7480889Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7488087Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7495144Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7502741Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7509756Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7516740Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7523742Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7530810Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7538149Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7545121Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7552209Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7559417Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7566413Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7573534Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7580656Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7587817Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7595024Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7602072Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7609087Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7615888Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7623133Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7630239Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7637354Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7644966Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7651862Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7658959Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7666137Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7673128Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7680527Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7687777Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7695026Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7702872Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7710922Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7719113Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7727371Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7735097Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7742447Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7749691Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7756899Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7764033Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7771093Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7778463Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7785783Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7792882Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7800017Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7807188Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7814361Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7821589Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7828849Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7836176Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7843493Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7850468Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7858057Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7865186Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7872519Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7880062Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7887387Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7894672Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7902187Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7909683Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7917109Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7924615Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7931636Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7939013Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7946264Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7953665Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7960829Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7968268Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7975559Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7983032Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7990642Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.7997962Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8005066Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8012610Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8019661Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8027087Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8034212Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8041681Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8048944Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8056247Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8063678Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8071047Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8078298Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8085562Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8092917Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8100274Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8107700Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8115040Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8122512Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8129600Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8137036Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8144605Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8152098Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8158990Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8166175Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8173810Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8181669Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8189435Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8196974Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8204800Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8212720Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8220476Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8228174Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8235812Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8243442Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8251117Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8259335Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8267429Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8274778Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8282229Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8289459Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8297212Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8304783Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8312230Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8319666Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8326850Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8345173Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8345694Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8349090Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8356067Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8363424Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8370780Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8378333Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8385889Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8393854Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8401130Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8408446Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8415963Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8423440Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8431120Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8438598Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8446031Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8453446Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8461124Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8468538Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8475996Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8483333Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8490772Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8498352Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8506338Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8513410Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8520761Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8528280Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8535771Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8543236Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8550470Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8557906Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8564798Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8571958Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8579266Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8586543Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8593692Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8600780Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8607941Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8615126Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8622483Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8629577Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8636750Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8643943Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8651022Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8658554Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8665767Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8673468Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8680781Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8687936Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8695902Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8703320Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8710706Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8718050Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8725491Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8732966Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8740124Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8747465Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8754832Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8762097Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8769230Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8776656Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8784100Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8791693Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8798688Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8805774Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8813212Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8820611Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8828001Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8835526Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8843534Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8851833Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8860127Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8868556Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8876601Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8884933Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8893001Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8901164Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8909689Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8917959Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8926063Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8934140Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8942581Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8950781Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8959653Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8968730Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.8977847Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9015718Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.004s) 2022-08-17T12:20:12.9024710Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9032723Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9040930Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9049035Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9057283Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9065604Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9073722Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9081938Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9090145Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9098550Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9106899Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9115381Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9123512Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9131601Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9139463Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9146775Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9154159Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9161267Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9168602Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9175455Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9182804Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9189958Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9196999Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9204240Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9211466Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9218818Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9226165Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9233495Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9240715Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9247903Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9255434Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9262980Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9270333Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9277803Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9285304Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9292663Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9300553Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9308104Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9315212Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9322677Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9330169Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9338102Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9346256Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9354169Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9361923Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9369797Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9377380Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9384253Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9391996Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9399368Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9406735Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9414218Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9421669Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9429618Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9437410Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9445022Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9452777Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9460716Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9468089Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9476107Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9483298Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9490508Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9497867Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9505548Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9512874Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9520622Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9528301Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9536269Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9543982Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9551893Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9559575Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9567417Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9575273Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9582847Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9590815Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9598457Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9606067Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9613416Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9620921Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9628402Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9635717Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9643034Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9650465Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9658033Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9665581Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9673184Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9681121Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9688480Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9695781Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9703287Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9710473Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9717879Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-08-17T12:20:12.9725588Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9732899Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9740243Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9747732Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9754957Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9762531Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9769936Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9777690Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9784866Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9792164Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9799335Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9806447Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9814518Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9822445Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9830139Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9837921Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9845685Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9853436Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9861385Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9869415Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9877138Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9884640Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9892256Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9899272Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9906678Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9914304Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9921863Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9930247Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9938786Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9947114Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9955266Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9963336Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9971499Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9979795Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9988084Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:12.9996296Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0004449Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0012605Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0020897Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0029270Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0037579Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0045615Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0053669Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0058725Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0063730Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0068274Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0073063Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0077961Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0083050Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0088188Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0093574Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0098909Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0104632Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-08-17T12:20:13.0109903Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0115208Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0120629Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0125492Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0130030Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0134771Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0139476Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0144185Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0148791Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0153378Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0158095Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0162780Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0167480Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0172224Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0177594Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0182787Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0187607Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0192379Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0197477Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0202504Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0207109Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0211896Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0216854Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0221552Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0226471Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0231535Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0235727Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0240392Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0245061Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0249893Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0254899Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0259647Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0264925Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0269574Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0274335Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0279119Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0284024Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0288807Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0293655Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0298547Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0303455Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0308308Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0313103Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0317935Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0322724Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0327562Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0332412Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0337334Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0342283Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0347095Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0352073Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0356845Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0361560Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0366313Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0370984Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0375792Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0380562Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0385422Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0390105Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0394865Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0399742Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0404391Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0409186Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0414206Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0419145Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0424339Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0429233Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0433709Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0438375Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0443187Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0448044Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0452692Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0457658Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0462432Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0467456Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0472091Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0476747Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0481561Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0486088Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0490518Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0495252Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0499982Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0504842Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:13.0509489Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-08-17T12:20:14.8360476Z test_abs (__main__.TestTEFuserDynamic) ... ok (1.785s) 2022-08-17T12:20:14.9011771Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.065s) 2022-08-17T12:20:15.0855245Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.184s) 2022-08-17T12:20:15.2782593Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.193s) 2022-08-17T12:20:15.2799351Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-08-17T12:20:15.2806703Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-08-17T12:20:15.2812873Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-08-17T12:23:06.6594163Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T12:23:06.6594793Z warnings.warn(msg, FutureWarning) 2022-08-17T12:31:17.4206589Z ok (662.139s) 2022-08-17T12:31:20.4194792Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (2.999s) 2022-08-17T12:31:25.5067139Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (5.087s) 2022-08-17T12:31:25.8429840Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.336s) 2022-08-17T12:31:26.0039077Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.161s) 2022-08-17T12:31:26.0057311Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:31:27.2382160Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (1.232s) 2022-08-17T12:31:27.3268691Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.089s) 2022-08-17T12:31:31.2387358Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (3.912s) 2022-08-17T12:31:31.4131619Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.174s) 2022-08-17T12:31:31.4146820Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-08-17T12:31:31.7056706Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.291s) 2022-08-17T12:31:31.7070398Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:31:31.7091725Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-08-17T12:31:31.7108140Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-08-17T12:31:31.7122506Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:31:31.7135508Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-08-17T12:31:31.7154197Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-08-17T12:31:33.8601094Z test_clamp (__main__.TestTEFuserDynamic) ... ok (2.144s) 2022-08-17T12:31:33.9269091Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.067s) 2022-08-17T12:31:33.9717775Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.045s) 2022-08-17T12:31:34.2927573Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.321s) 2022-08-17T12:31:34.5773705Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.285s) 2022-08-17T12:31:34.8375179Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.260s) 2022-08-17T12:31:34.9602844Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.123s) 2022-08-17T12:31:35.2141151Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.254s) 2022-08-17T12:31:35.2162840Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-08-17T12:31:35.2179816Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-08-17T12:31:35.2191554Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-08-17T12:31:35.2210415Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-08-17T12:31:35.7071001Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.486s) 2022-08-17T12:31:35.7338983Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.027s) 2022-08-17T12:31:35.8077059Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.074s) 2022-08-17T12:31:35.8849057Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.077s) 2022-08-17T12:36:58.0058232Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (322.121s) 2022-08-17T12:36:58.1303827Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.125s) 2022-08-17T12:36:58.1321317Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-08-17T12:36:58.1637476Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-08-17T12:36:58.3544203Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.191s) 2022-08-17T12:36:58.3554981Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:36:58.3629921Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-08-17T12:36:58.5655225Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.202s) 2022-08-17T12:36:58.9092728Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.344s) 2022-08-17T12:36:59.0412339Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.132s) 2022-08-17T12:36:59.5329982Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.492s) 2022-08-17T12:36:59.5343991Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:36:59.6674884Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.133s) 2022-08-17T12:36:59.6693129Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-08-17T12:37:00.6851972Z test_lstm (__main__.TestTEFuserDynamic) ... ok (1.016s) 2022-08-17T12:37:01.2582765Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.573s) 2022-08-17T12:37:06.7251313Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (5.467s) 2022-08-17T12:37:07.2347701Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.510s) 2022-08-17T12:37:07.2360895Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-08-17T12:37:07.2390328Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-08-17T12:37:07.2404391Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-08-17T12:37:07.6444557Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.404s) 2022-08-17T12:37:08.1902986Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.546s) 2022-08-17T12:37:08.2612445Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.071s) 2022-08-17T12:37:08.4151274Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.154s) 2022-08-17T12:37:08.4161077Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-08-17T12:37:08.4169899Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-08-17T12:37:08.4276691Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-08-17 12:37:08 735:735 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T12:37:08.4550196Z STAGE:2022-08-17 12:37:08 735:735 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T12:37:08.4582509Z ok (0.041s) 2022-08-17T12:37:08.4601637Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-08-17T12:37:08.4615707Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:37:08.4625484Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T12:37:08.6011958Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.138s) 2022-08-17T12:37:08.8201495Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.219s) 2022-08-17T12:37:08.8739092Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.054s) 2022-08-17T12:37:08.9190378Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.045s) 2022-08-17T12:37:09.1204822Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.201s) 2022-08-17T12:37:09.1593325Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.039s) 2022-08-17T12:37:09.2056655Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.046s) 2022-08-17T12:37:09.3701624Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.164s) 2022-08-17T12:37:09.5234865Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.153s) 2022-08-17T12:37:09.6834495Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.160s) 2022-08-17T12:37:09.8175779Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.134s) 2022-08-17T12:37:09.9077115Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.090s) 2022-08-17T12:37:09.9103025Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-08-17T12:37:10.0544452Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.144s) 2022-08-17T12:42:17.8953179Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (307.841s) 2022-08-17T12:42:18.4817522Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.586s) 2022-08-17T12:42:18.5872242Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.105s) 2022-08-17T12:42:18.6430630Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.056s) 2022-08-17T12:42:19.7128872Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (1.070s) 2022-08-17T12:42:24.8755811Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (5.163s) 2022-08-17T12:42:24.9433613Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.068s) 2022-08-17T12:42:24.9459939Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T12:42:25.0268697Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.081s) 2022-08-17T12:42:25.6615629Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.634s) 2022-08-17T12:42:26.4800202Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.818s) 2022-08-17T12:42:26.5338823Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T12:42:26.5339408Z return v.to(dtype) 2022-08-17T12:42:26.6677998Z ok (0.188s) 2022-08-17T12:42:26.8190854Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.151s) 2022-08-17T12:42:27.8993719Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (1.080s) 2022-08-17T12:42:27.9456928Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-08-17T12:42:27.9457310Z warnings.warn("Only works in script mode") 2022-08-17T12:42:28.1211908Z ok (0.222s) 2022-08-17T12:42:28.1903922Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.069s) 2022-08-17T12:42:28.2269820Z test_abs (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-08-17T12:42:28.2983162Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.071s) 2022-08-17T12:42:28.4862327Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.188s) 2022-08-17T12:42:28.6216958Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.135s) 2022-08-17T12:42:28.7556442Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.134s) 2022-08-17T12:42:28.7564016Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-08-17T12:42:28.7571050Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-08-17T12:45:15.4262851Z test_batch_norm (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T12:45:15.4263480Z warnings.warn(msg, FutureWarning) 2022-08-17T12:52:49.9852553Z ok (621.228s) 2022-08-17T12:52:52.5228846Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (2.537s) 2022-08-17T12:52:56.1869948Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.664s) 2022-08-17T12:52:56.4960779Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.309s) 2022-08-17T12:52:56.6442099Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.148s) 2022-08-17T12:52:56.6461431Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T12:52:57.4706987Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.824s) 2022-08-17T12:52:57.5211693Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-08-17T12:53:01.1644352Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (3.643s) 2022-08-17T12:53:01.2470523Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-08-17T12:53:01.2485385Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-08-17T12:53:01.3998492Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.151s) 2022-08-17T12:53:01.4826796Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-08-17T12:53:06.8109321Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (5.328s) 2022-08-17T12:53:06.9475767Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.137s) 2022-08-17T12:53:07.0312964Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.084s) 2022-08-17T12:54:55.2760383Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (108.245s) 2022-08-17T12:54:55.6024327Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.326s) 2022-08-17T12:54:57.4385199Z test_clamp (__main__.TestTEFuserStatic) ... ok (1.836s) 2022-08-17T12:54:57.4885912Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-08-17T12:54:57.5236704Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.035s) 2022-08-17T12:54:57.7631764Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.239s) 2022-08-17T12:54:57.9588097Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.196s) 2022-08-17T12:54:58.2051199Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.246s) 2022-08-17T12:54:58.2788084Z test_concat (__main__.TestTEFuserStatic) ... ok (0.074s) 2022-08-17T12:54:58.5239236Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.245s) 2022-08-17T12:54:58.5265484Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... test_jit_fuser_te.py:2411: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-08-17T12:54:58.5266038Z r = torch.tensor(4) 2022-08-17T12:54:58.8296170Z ok (0.306s) 2022-08-17T12:54:59.0672217Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.237s) 2022-08-17T12:54:59.0680972Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-08-17T12:54:59.0935518Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.025s) 2022-08-17T12:54:59.5130564Z test_dims (__main__.TestTEFuserStatic) ... ok (0.419s) 2022-08-17T12:54:59.5385494Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.025s) 2022-08-17T12:54:59.6544052Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.116s) 2022-08-17T12:54:59.7314669Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.077s) 2022-08-17T13:00:37.4989852Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (337.767s) 2022-08-17T13:00:37.6536961Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.155s) 2022-08-17T13:00:37.6554433Z test_erf (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-08-17T13:00:37.6836719Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-08-17T13:00:37.8020726Z test_exp (__main__.TestTEFuserStatic) ... ok (0.118s) 2022-08-17T13:00:37.8030610Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T13:00:37.8100319Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-08-17T13:00:38.0085481Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.198s) 2022-08-17T13:00:38.2115816Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.203s) 2022-08-17T13:00:38.3019988Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.090s) 2022-08-17T13:00:38.7473973Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.445s) 2022-08-17T13:00:38.7487986Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T13:00:38.9153114Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.166s) 2022-08-17T13:00:38.9171092Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-08-17T13:00:40.0579619Z test_lstm (__main__.TestTEFuserStatic) ... ok (1.141s) 2022-08-17T13:00:40.6442455Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.586s) 2022-08-17T13:00:44.4973991Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (3.853s) 2022-08-17T13:00:44.9533824Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.456s) 2022-08-17T13:00:44.9547559Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-08-17T13:00:47.4674112Z test_matmul (__main__.TestTEFuserStatic) ... ok (2.512s) 2022-08-17T13:00:52.0460033Z test_milstm (__main__.TestTEFuserStatic) ... ok (4.578s) 2022-08-17T13:00:52.3187955Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.273s) 2022-08-17T13:00:52.7069802Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.388s) 2022-08-17T13:00:52.7640740Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.057s) 2022-08-17T13:00:52.9050700Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.141s) 2022-08-17T13:00:52.9059566Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-08-17T13:00:52.9068613Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-08-17T13:00:52.9174685Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-08-17 13:00:52 735:735 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:00:52.9322795Z STAGE:2022-08-17 13:00:52 735:735 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:00:52.9356743Z ok (0.029s) 2022-08-17T13:00:52.9375296Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-08-17T13:00:52.9389055Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T13:00:52.9398529Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-08-17T13:00:53.0660083Z test_relu (__main__.TestTEFuserStatic) ... ok (0.126s) 2022-08-17T13:00:53.1685083Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.102s) 2022-08-17T13:00:53.2113541Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-08-17T13:00:53.2717126Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.060s) 2022-08-17T13:00:53.3889829Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.117s) 2022-08-17T13:00:53.4139904Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.025s) 2022-08-17T13:00:53.4565468Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.042s) 2022-08-17T13:00:53.6389369Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.182s) 2022-08-17T13:00:53.7224037Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-08-17T13:00:53.8171299Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.095s) 2022-08-17T13:00:53.9440749Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.127s) 2022-08-17T13:00:53.9925518Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-08-17T13:00:53.9951045Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-08-17T13:00:54.1421576Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.147s) 2022-08-17T13:05:36.1645162Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (282.022s) 2022-08-17T13:05:36.5978880Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.433s) 2022-08-17T13:05:36.6512661Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.053s) 2022-08-17T13:05:36.6905128Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.039s) 2022-08-17T13:05:37.5373201Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.847s) 2022-08-17T13:05:40.8075650Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (3.270s) 2022-08-17T13:05:40.8870764Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-08-17T13:05:40.8895722Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T13:05:40.9312517Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-08-17T13:05:41.5364938Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.605s) 2022-08-17T13:05:42.7397199Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (1.203s) 2022-08-17T13:05:42.8932410Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.153s) 2022-08-17T13:05:42.9808420Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.087s) 2022-08-17T13:05:43.7558424Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.775s) 2022-08-17T13:05:43.7844534Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-08-17T13:05:43.7845214Z warnings.warn("Only works in script mode") 2022-08-17T13:05:43.9117625Z ok (0.156s) 2022-08-17T13:05:43.9483110Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-08-17T13:05:43.9483406Z 2022-08-17T13:05:43.9483779Z ---------------------------------------------------------------------- 2022-08-17T13:05:43.9485579Z Ran 5773 tests in 2739.538s 2022-08-17T13:05:43.9485729Z 2022-08-17T13:05:43.9485814Z OK (skipped=5609) 2022-08-17T13:05:43.9485934Z 2022-08-17T13:05:43.9486021Z Generating XML reports... 2022-08-17T13:05:43.9543074Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220817122004.xml 2022-08-17T13:05:43.9634158Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220817122004.xml 2022-08-17T13:05:43.9727919Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220817122004.xml 2022-08-17T13:05:43.9731635Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220817122004.xml 2022-08-17T13:05:44.8588259Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220817122004.xml 2022-08-17T13:05:45.8139629Z Running test_jit ... [2022-08-17 13:05:45.813582] 2022-08-17T13:05:45.8140149Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:05:45.813674] 2022-08-17T13:05:50.3432720Z CUDA not available, skipping tests 2022-08-17T13:05:50.3466829Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-08-17T13:05:50.5294012Z Test results will be stored in test-reports/python-unittest/test_jit 2022-08-17T13:05:50.5549805Z 2022-08-17T13:05:50.5550290Z Running tests... 2022-08-17T13:05:50.5550689Z ---------------------------------------------------------------------- 2022-08-17T13:05:50.5593016Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.004s) 2022-08-17T13:05:50.6604878Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.101s) 2022-08-17T13:05:50.7305390Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.070s) 2022-08-17T13:05:50.7325482Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.002s) 2022-08-17T13:05:51.0691976Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.336s) 2022-08-17T13:05:51.1011888Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.032s) 2022-08-17T13:05:51.3414822Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.240s) 2022-08-17T13:05:51.3768186Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.035s) 2022-08-17T13:05:51.3868153Z test_async_python (jit.test_async.TestAsync) ... ok (0.010s) 2022-08-17T13:05:51.4128992Z test_async_script (jit.test_async.TestAsync) ... ok (0.026s) 2022-08-17T13:05:51.4448632Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.032s) 2022-08-17T13:05:51.5396842Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.095s) 2022-08-17T13:05:51.6155305Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.076s) 2022-08-17T13:05:51.6792029Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.064s) 2022-08-17T13:05:51.7314125Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.052s) 2022-08-17T13:05:51.7345099Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.003s) 2022-08-17T13:05:51.9143740Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.180s) 2022-08-17T13:05:51.9153552Z test_future_subtyping (jit.test_async.TestAsync) 2022-08-17T13:05:51.9511870Z Test that futures subtype each other properly. ... ok (0.037s) 2022-08-17T13:05:51.9536953Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.003s) 2022-08-17T13:05:52.0120149Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.058s) 2022-08-17T13:05:52.0533500Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.041s) 2022-08-17T13:05:52.1208429Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.067s) 2022-08-17T13:05:52.1285732Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.008s) 2022-08-17T13:05:52.2886678Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.160s) 2022-08-17T13:05:52.3748698Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.086s) 2022-08-17T13:05:52.3804365Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-08-17T13:05:52.4204687Z 1. Testing a = int, b = int ... ok (0.045s) 2022-08-17T13:05:52.4673408Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.047s) 2022-08-17T13:05:52.4966185Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.029s) 2022-08-17T13:05:52.5322085Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.035s) 2022-08-17T13:05:52.5655648Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.033s) 2022-08-17T13:05:52.6566711Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.091s) 2022-08-17T13:05:52.6668176Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-08-17T13:05:52.9245989Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.258s) 2022-08-17T13:05:53.2473912Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.323s) 2022-08-17T13:05:53.2641569Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.017s) 2022-08-17T13:05:53.4112674Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.147s) 2022-08-17T13:05:53.4403142Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.029s) 2022-08-17T13:05:53.4423123Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-08-17T13:05:53.4758643Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.033s) 2022-08-17T13:05:53.5085349Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.033s) 2022-08-17T13:05:53.5119983Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-08-17T13:05:53.5699663Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.058s) 2022-08-17T13:05:53.6034465Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.033s) 2022-08-17T13:05:53.6359237Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.032s) 2022-08-17T13:05:53.6768013Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.041s) 2022-08-17T13:05:53.7056805Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.029s) 2022-08-17T13:05:53.7068989Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-08-17T13:05:53.7334387Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.026s) 2022-08-17T13:05:53.7769889Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.043s) 2022-08-17T13:05:53.8340190Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.057s) 2022-08-17T13:05:53.8621107Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.028s) 2022-08-17T13:05:53.9298648Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T13:05:54.5909943Z ok (0.729s) 2022-08-17T13:05:54.6602417Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T13:05:55.3592243Z ok (0.765s) 2022-08-17T13:05:55.4267760Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-08-17T13:05:56.6998259Z ok (1.336s) 2022-08-17T13:05:56.9499668Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.244s) 2022-08-17T13:05:57.2380706Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.286s) 2022-08-17T13:05:57.2610289Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.020s) 2022-08-17T13:05:57.2869076Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.026s) 2022-08-17T13:05:57.3121575Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.025s) 2022-08-17T13:05:57.3583648Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.046s) 2022-08-17T13:05:57.3932395Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.035s) 2022-08-17T13:05:57.4271097Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.034s) 2022-08-17T13:05:57.4662510Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.039s) 2022-08-17T13:05:57.5075105Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.041s) 2022-08-17T13:05:57.5277718Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.020s) 2022-08-17T13:05:57.5710163Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.043s) 2022-08-17T13:05:57.6481012Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.077s) 2022-08-17T13:05:57.6707877Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.023s) 2022-08-17T13:05:57.7076195Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.037s) 2022-08-17T13:05:57.7085762Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-08-17T13:05:57.7231024Z Test that the error message displayed when convering a class type ... ok (0.015s) 2022-08-17T13:05:57.8648993Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.142s) 2022-08-17T13:05:57.8784649Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-08-17T13:05:57.8926335Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-08-17T13:05:57.8936545Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-08-17T13:05:57.9271223Z Test that inheritance is detected in ... ok (0.034s) 2022-08-17T13:05:58.2503194Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.323s) 2022-08-17T13:05:58.3088809Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.059s) 2022-08-17T13:05:58.3377185Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-08-17T13:05:58.3385760Z test_classmethod (jit.test_class_type.TestClassType) 2022-08-17T13:05:58.3672266Z Test classmethods on class types. ... ok (0.029s) 2022-08-17T13:05:58.3731621Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T13:05:58.3746396Z test_custom_delete (jit.test_class_type.TestClassType) 2022-08-17T13:05:58.4405053Z Test that del can be called on an instance of a class that ... ok (0.067s) 2022-08-17T13:05:58.4440897Z test_default_args (jit.test_class_type.TestClassType) 2022-08-17T13:05:58.7199246Z Test that methods on class types can have default arguments. ... ok (0.279s) 2022-08-17T13:05:58.7372661Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.017s) 2022-08-17T13:05:58.7435612Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T13:05:58.7453392Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-08-17T13:05:58.8071232Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.062s) 2022-08-17T13:05:58.8259054Z test_in (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-08-17T13:05:58.8328231Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-08-17T13:05:59.0078377Z test_interface (jit.test_class_type.TestClassType) ... ok (0.175s) 2022-08-17T13:05:59.0189731Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-08-17T13:05:59.0517348Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.033s) 2022-08-17T13:05:59.7783802Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.727s) 2022-08-17T13:05:59.7807540Z test_properties (jit.test_class_type.TestClassType) 2022-08-17T13:05:59.8874922Z Test that a scripted class can make use of the @property decorator. ... ok (0.109s) 2022-08-17T13:05:59.9066332Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-08-17T13:05:59.9227239Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-08-17T13:05:59.9231999Z test_recursive_class (jit.test_class_type.TestClassType) 2022-08-17T13:05:59.9272371Z Recursive class types not yet supported. We should give a good error message. ... ok (0.004s) 2022-08-17T13:05:59.9289220Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-08-17T13:06:00.1309026Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.203s) 2022-08-17T13:06:00.1315986Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-08-17T13:06:00.1701827Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.039s) 2022-08-17T13:06:00.1709132Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-08-17T13:06:00.2040724Z Test that class types are recursively scripted when an Python instance of one ... ok (0.034s) 2022-08-17T13:06:00.2053571Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-08-17T13:06:00.2803397Z Test that class types module attributes that fail to script ... ok (0.076s) 2022-08-17T13:06:00.2814023Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-08-17T13:06:00.3133797Z Test that modifications made to a class instance in TorchScript ... ok (0.033s) 2022-08-17T13:06:00.3428344Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-08-17T13:06:00.3932906Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.050s) 2022-08-17T13:06:00.4300553Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.037s) 2022-08-17T13:06:00.4305363Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-08-17T13:06:02.1628847Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (1.733s) 2022-08-17T13:06:02.1637129Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-08-17T13:06:02.2171595Z Test that a scripted class can have a method that refers to the class itself ... ok (0.054s) 2022-08-17T13:06:02.2392961Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.022s) 2022-08-17T13:06:02.2450250Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T13:06:02.2493826Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-08-17T13:06:02.2505814Z test_staticmethod (jit.test_class_type.TestClassType) 2022-08-17T13:06:02.3305102Z Test static methods on class types. ... ok (0.081s) 2022-08-17T13:06:02.3313678Z test_type_annotation (jit.test_class_type.TestClassType) 2022-08-17T13:06:02.3529890Z Test that annotating container attributes with types works correctly ... ok (0.022s) 2022-08-17T13:06:02.3592659Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-08-17T13:06:02.3714629Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-08-17T13:06:02.3730404Z test_unused_method (jit.test_class_type.TestClassType) 2022-08-17T13:06:02.4398943Z Test unused methods on scripted classes. ... ok (0.068s) 2022-08-17T13:06:02.5259133Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.086s) 2022-08-17T13:06:02.5788099Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.053s) 2022-08-17T13:06:04.2428958Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (1.664s) 2022-08-17T13:06:04.4219732Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.179s) 2022-08-17T13:06:04.4347910Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.013s) 2022-08-17T13:06:04.4667646Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.032s) 2022-08-17T13:06:04.4819593Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.015s) 2022-08-17T13:06:04.4956488Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.014s) 2022-08-17T13:06:04.5083274Z test_div (jit.test_complex.TestComplex) ... ok (0.013s) 2022-08-17T13:06:04.5825059Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.074s) 2022-08-17T13:06:04.6161373Z test_pickle (jit.test_complex.TestComplex) ... ok (0.034s) 2022-08-17T13:06:04.6247876Z test_script (jit.test_complex.TestComplex) ... ok (0.009s) 2022-08-17T13:06:04.6533490Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.028s) 2022-08-17T13:06:04.8254970Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.172s) 2022-08-17T13:06:04.8353971Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.010s) 2022-08-17T13:06:04.8570568Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.022s) 2022-08-17T13:06:04.8587058Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-08-17T13:06:04.8605316Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-08-17T13:06:04.8615881Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:04.8632852Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-08-17T13:06:04.8646090Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:04.8658569Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:04.8672020Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:04.8684775Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:04.8764402Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.008s) 2022-08-17T13:06:04.8769777Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-08-17T13:06:04.8784467Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-08-17T13:06:04.8898131Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.011s) 2022-08-17T13:06:04.9022190Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.012s) 2022-08-17T13:06:04.9241365Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.022s) 2022-08-17T13:06:04.9246616Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-08-17T13:06:04.9251580Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-08-17T13:06:04.9266447Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-08-17T13:06:04.9277278Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-08-17T13:06:04.9282794Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-08-17T13:06:14.0836010Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (9.155s) 2022-08-17T13:06:31.3259210Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (17.242s) 2022-08-17T13:06:31.3590465Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.033s) 2022-08-17T13:06:31.3615018Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-08-17T13:06:31.3626194Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-08-17T13:06:31.3886385Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.026s) 2022-08-17T13:06:31.3909633Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-08-17T13:06:31.4184179Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.027s) 2022-08-17T13:06:31.4391514Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.021s) 2022-08-17T13:06:31.4931911Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.054s) 2022-08-17T13:06:31.5056469Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-08-17T13:06:31.5210926Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.015s) 2022-08-17T13:06:31.5329916Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-08-17T13:06:31.5442564Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-08-17T13:06:31.5452716Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-08-17T13:06:31.5594696Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.014s) 2022-08-17T13:06:31.5707270Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-08-17T13:06:31.5891142Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.018s) 2022-08-17T13:06:31.6255436Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.036s) 2022-08-17T13:06:31.6378464Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-08-17T13:06:33.4782812Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (1.840s) 2022-08-17T13:06:33.4787425Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.001s) 2022-08-17T13:06:33.6150072Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.136s) 2022-08-17T13:06:33.7325118Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.117s) 2022-08-17T13:06:33.8122687Z test_basic (jit.test_list_dict.TestDict) ... ok (0.080s) 2022-08-17T13:06:33.8281512Z test_clear (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-08-17T13:06:33.8485668Z test_copy (jit.test_list_dict.TestDict) ... ok (0.020s) 2022-08-17T13:06:33.8718559Z test_del (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-08-17T13:06:34.0046688Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.133s) 2022-08-17T13:06:34.1526112Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.148s) 2022-08-17T13:06:34.1679591Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-08-17T13:06:34.1696252Z test_dict_variance (jit.test_list_dict.TestDict) 2022-08-17T13:06:34.2249880Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.057s) 2022-08-17T13:06:34.2618264Z test_get (jit.test_list_dict.TestDict) ... ok (0.037s) 2022-08-17T13:06:34.3000780Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.038s) 2022-08-17T13:06:34.3108077Z test_items (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-08-17T13:06:34.3140666Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-08-17T13:06:34.3363647Z test_keys (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-08-17T13:06:34.3513455Z test_len (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-08-17T13:06:34.3639256Z test_loop (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-08-17T13:06:34.3990005Z test_membership (jit.test_list_dict.TestDict) ... ok (0.035s) 2022-08-17T13:06:34.4180783Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-08-17T13:06:34.4700884Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.052s) 2022-08-17T13:06:34.5283767Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.058s) 2022-08-17T13:06:34.5707164Z test_pop (jit.test_list_dict.TestDict) ... ok (0.042s) 2022-08-17T13:06:34.5832966Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-08-17T13:06:34.6218595Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.038s) 2022-08-17T13:06:34.6229295Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-08-17T13:06:34.6267512Z Test that the use of a Dict type annotation without contained ... ok (0.005s) 2022-08-17T13:06:34.6852019Z test_update (jit.test_list_dict.TestDict) ... ok (0.058s) 2022-08-17T13:06:34.7389871Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.054s) 2022-08-17T13:06:34.7508919Z test_values (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-08-17T13:06:34.7819640Z test_view (jit.test_list_dict.TestDict) ... ok (0.031s) 2022-08-17T13:06:34.8122418Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.030s) 2022-08-17T13:06:34.8557479Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-08-17T13:06:34.8558383Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-08-17T13:06:35.1971897Z ok (0.385s) 2022-08-17T13:06:35.2401022Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.043s) 2022-08-17T13:06:35.2996716Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.059s) 2022-08-17T13:06:35.3776404Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.078s) 2022-08-17T13:06:35.4807444Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.103s) 2022-08-17T13:06:35.5349225Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.054s) 2022-08-17T13:06:35.5817946Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.047s) 2022-08-17T13:06:35.6079358Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-08-17T13:06:35.6333096Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-08-17T13:06:35.6591845Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-08-17T13:06:35.6705162Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-08-17T13:06:35.6819494Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-08-17T13:06:35.6932541Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-08-17T13:06:35.7037195Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:06:35.7138931Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:06:35.7241041Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:06:35.7358315Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-08-17T13:06:35.7475191Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-08-17T13:06:35.7591739Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-08-17T13:06:35.7690260Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:06:35.7788115Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:06:35.7885435Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:06:35.8390874Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.050s) 2022-08-17T13:06:35.8529419Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-08-17T13:06:35.8847711Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-08-17T13:06:35.9161064Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.031s) 2022-08-17T13:06:35.9567255Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-08-17T13:06:35.9680628Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-08-17T13:06:36.0051512Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-08-17T13:06:36.0429925Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-08-17T13:06:36.0531974Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:06:36.0894517Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-08-17T13:06:36.1236707Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-08-17T13:06:36.1428252Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-08-17T13:06:36.1618531Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-08-17T13:06:36.1809800Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-08-17T13:06:36.2255653Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-08-17T13:06:36.2694893Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-08-17T13:06:36.3219488Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.052s) 2022-08-17T13:06:36.3666265Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-08-17T13:06:36.4128641Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-08-17T13:06:36.4578464Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-08-17T13:06:36.5040447Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-08-17T13:06:36.5476987Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-08-17T13:06:36.5904542Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-08-17T13:06:36.6492010Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.059s) 2022-08-17T13:06:36.6945163Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-08-17T13:06:36.7395839Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-08-17T13:06:36.7588235Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-08-17T13:06:36.8038167Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-08-17T13:06:36.8489879Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-08-17T13:06:36.8580984Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:06:36.8669988Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:06:36.8758900Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:06:36.8899560Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-08-17T13:06:36.9036766Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-08-17T13:06:36.9173488Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-08-17T13:06:36.9286571Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-08-17T13:06:36.9399451Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-08-17T13:06:36.9511661Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-08-17T13:06:36.9609316Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-08-17T13:06:36.9704706Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-08-17T13:06:36.9836074Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-08-17T13:06:36.9967664Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-08-17T13:06:37.0100652Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-08-17T13:06:37.0381643Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.028s) 2022-08-17T13:06:37.0639417Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-08-17T13:06:37.1112494Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.047s) 2022-08-17T13:06:37.1502976Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.039s) 2022-08-17T13:06:37.1891022Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.039s) 2022-08-17T13:06:37.2282689Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.039s) 2022-08-17T13:06:37.2615727Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-08-17T13:06:37.2939382Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-08-17T13:06:37.3245363Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.030s) 2022-08-17T13:06:37.3539854Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.029s) 2022-08-17T13:06:37.3823820Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.028s) 2022-08-17T13:06:37.4230268Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-08-17T13:06:37.4569616Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-08-17T13:06:37.4913670Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-08-17T13:06:37.5235399Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-08-17T13:06:37.5569888Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-08-17T13:06:37.5903267Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-08-17T13:06:37.6243931Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-08-17T13:06:37.6576981Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-08-17T13:06:37.7037861Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-08-17T13:06:37.7406497Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-08-17T13:06:37.7777973Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-08-17T13:06:37.8149601Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-08-17T13:06:37.8494455Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-08-17T13:06:37.8821673Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-08-17T13:06:37.9156880Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-08-17T13:06:38.0057412Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.090s) 2022-08-17T13:06:38.0621009Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.056s) 2022-08-17T13:06:38.1050367Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-08-17T13:06:38.1456322Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-08-17T13:06:38.3138329Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.168s) 2022-08-17T13:06:38.5043854Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.190s) 2022-08-17T13:06:38.5466133Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-08-17T13:06:38.5877946Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-08-17T13:06:38.6291064Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-08-17T13:06:38.6746125Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-08-17T13:06:38.8731804Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.198s) 2022-08-17T13:06:39.1014639Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.228s) 2022-08-17T13:06:39.1507988Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.049s) 2022-08-17T13:06:39.1979089Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.047s) 2022-08-17T13:06:39.2421576Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-08-17T13:06:39.2841238Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-08-17T13:06:39.3269631Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-08-17T13:06:39.3677091Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-08-17T13:06:39.4065362Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.039s) 2022-08-17T13:06:39.4314114Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-08-17T13:06:39.4576343Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-08-17T13:06:39.4972979Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-08-17T13:06:39.5365088Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.039s) 2022-08-17T13:06:39.5750096Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-08-17T13:06:39.6251034Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.050s) 2022-08-17T13:06:39.6737678Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.049s) 2022-08-17T13:06:39.7341614Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.060s) 2022-08-17T13:06:39.7776322Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-08-17T13:06:39.8209226Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-08-17T13:06:39.8441506Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-08-17T13:06:39.8658731Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-08-17T13:06:39.8873841Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-08-17T13:06:39.9053815Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.018s) 2022-08-17T13:06:39.9191085Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.014s) 2022-08-17T13:06:39.9335803Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.014s) 2022-08-17T13:06:39.9591535Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.025s) 2022-08-17T13:06:39.9751371Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.016s) 2022-08-17T13:06:39.9760606Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-08-17T13:06:40.0034178Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.027s) 2022-08-17T13:06:40.0177884Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.014s) 2022-08-17T13:06:40.0333488Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.015s) 2022-08-17T13:06:40.0460720Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.013s) 2022-08-17T13:06:40.0624861Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.016s) 2022-08-17T13:06:40.0771416Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.015s) 2022-08-17T13:06:40.1701085Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.093s) 2022-08-17T13:06:40.1761313Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.006s) 2022-08-17T13:06:40.1828097Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.007s) 2022-08-17T13:06:40.2007830Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.018s) 2022-08-17T13:06:40.2205368Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.020s) 2022-08-17T13:06:40.2218691Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-08-17T13:06:40.2258714Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:53: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:06:40.2259236Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-08-17T13:06:40.2401946Z ok (0.018s) 2022-08-17T13:06:40.2446875Z test_directory (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:60: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:06:40.2447672Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-08-17T13:06:40.2585789Z ok (0.018s) 2022-08-17T13:06:40.2690227Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.010s) 2022-08-17T13:06:40.2768546Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:69: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:06:40.2768991Z torch.onnx._export(foo, (x,), f) 2022-08-17T13:06:40.2835037Z ok (0.014s) 2022-08-17T13:06:40.2875932Z test_protobuf (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:39: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:06:40.2876413Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-08-17T13:06:40.3017864Z ok (0.018s) 2022-08-17T13:06:40.3060408Z test_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:46: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:06:40.3060882Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-08-17T13:06:40.3205284Z ok (0.019s) 2022-08-17T13:06:40.3791448Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.058s) 2022-08-17T13:06:40.4455527Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.066s) 2022-08-17T13:06:41.4686446Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (1.023s) 2022-08-17T13:06:41.4942182Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-08-17T13:06:41.5339059Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.040s) 2022-08-17T13:06:41.5491763Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-08-17T13:06:41.6139521Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.065s) 2022-08-17T13:06:41.6394618Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-08-17T13:06:41.6646793Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-08-17T13:06:41.6842061Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-08-17T13:06:41.7049269Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-08-17T13:06:41.7324202Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-08-17T13:06:41.7574797Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-08-17T13:06:41.7809622Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-08-17T13:06:41.8036234Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-08-17T13:06:41.8557643Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.052s) 2022-08-17T13:06:41.8975487Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.042s) 2022-08-17T13:06:41.9493860Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.052s) 2022-08-17T13:06:41.9851657Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.036s) 2022-08-17T13:06:42.0090440Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-08-17T13:06:42.0327446Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-08-17T13:06:42.0626866Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-08-17T13:06:42.0768628Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-08-17T13:06:42.0911745Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-08-17T13:06:42.1914533Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.100s) 2022-08-17T13:06:42.3205633Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.129s) 2022-08-17T13:06:42.4087459Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.088s) 2022-08-17T13:06:42.4105457Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-08-17T13:06:42.5492577Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.140s) 2022-08-17T13:06:42.5779124Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-08-17T13:06:42.6210384Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.043s) 2022-08-17T13:06:42.6768997Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.056s) 2022-08-17T13:06:42.7855169Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.109s) 2022-08-17T13:06:42.8432668Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.058s) 2022-08-17T13:06:42.8731409Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-08-17T13:06:42.9076072Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.034s) 2022-08-17T13:06:42.9476995Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.040s) 2022-08-17T13:06:42.9627174Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-08-17T13:06:43.0009512Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.038s) 2022-08-17T13:06:43.0366263Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.036s) 2022-08-17T13:06:43.0694436Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.033s) 2022-08-17T13:06:43.0933615Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-08-17T13:06:43.1384206Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.045s) 2022-08-17T13:06:43.1660392Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-08-17T13:06:43.1925996Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-08-17T13:06:43.6805019Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.488s) 2022-08-17T13:06:43.7235554Z test_instancing_error (__main__.TestFrontend) ... ok (0.043s) 2022-08-17T13:06:43.7247343Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:49.5628584Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (5.838s) 2022-08-17T13:06:51.3060619Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.743s) 2022-08-17T13:06:51.3078991Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-08-17T13:06:51.3507067Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.043s) 2022-08-17T13:06:51.3526345Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-08-17T13:06:52.1640407Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.811s) 2022-08-17T13:06:52.1657753Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-08-17T13:06:52.1846617Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.019s) 2022-08-17T13:06:52.1869010Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-08-17T13:06:52.1886759Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-08-17T13:06:52.1895101Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.2116459Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.022s) 2022-08-17T13:06:52.2347655Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.023s) 2022-08-17T13:06:52.2358399Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.2370381Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.2383556Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T13:06:52.2397388Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-08-17T13:06:52.2398300Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T13:06:52.2411198Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-08-17T13:06:52.2411957Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-08-17T13:06:52.2427356Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-08-17T13:06:52.2550403Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-08-17T13:06:52.2679536Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-08-17T13:06:52.2690463Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.2704475Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.2716720Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.3314735Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.060s) 2022-08-17T13:06:52.3328393Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.3343291Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.3431213Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-08-17T13:06:52.3507475Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-08-17T13:06:52.3518762Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:06:52.4700811Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.118s) 2022-08-17T13:06:52.8919671Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.422s) 2022-08-17T13:06:53.2515292Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.359s) 2022-08-17T13:06:53.2812456Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.030s) 2022-08-17T13:06:53.2819752Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-08-17T13:06:53.2959135Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.014s) 2022-08-17T13:06:53.4337500Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.138s) 2022-08-17T13:06:53.4604283Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.027s) 2022-08-17T13:06:53.4860653Z test_hash_device (jit.test_hash.TestHash) ... ok (0.026s) 2022-08-17T13:06:53.5204399Z test_hash_float (jit.test_hash.TestHash) ... ok (0.034s) 2022-08-17T13:06:53.5478267Z test_hash_int (jit.test_hash.TestHash) ... ok (0.027s) 2022-08-17T13:06:53.5585123Z test_hash_none (jit.test_hash.TestHash) ... ok (0.011s) 2022-08-17T13:06:53.5789454Z test_hash_string (jit.test_hash.TestHash) ... ok (0.020s) 2022-08-17T13:06:53.5794986Z test_hash_tensor (jit.test_hash.TestHash) 2022-08-17T13:06:53.6051434Z Tensors should hash by identity ... ok (0.026s) 2022-08-17T13:06:53.6300316Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.025s) 2022-08-17T13:06:53.6407781Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.011s) 2022-08-17T13:06:53.7349551Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.094s) 2022-08-17T13:06:53.7360360Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-08-17T13:06:53.7504208Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-08-17T13:06:53.7650857Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-08-17T13:06:53.8182352Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.053s) 2022-08-17T13:06:53.9402498Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.122s) 2022-08-17T13:06:54.0450489Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.105s) 2022-08-17T13:06:54.1461809Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.101s) 2022-08-17T13:06:54.3868838Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.241s) 2022-08-17T13:06:54.5374342Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.150s) 2022-08-17T13:06:54.6134438Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.076s) 2022-08-17T13:06:54.7552128Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.142s) 2022-08-17T13:06:54.8165070Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.061s) 2022-08-17T13:06:54.8970330Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.080s) 2022-08-17T13:06:55.0493208Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.152s) 2022-08-17T13:06:55.1686622Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.119s) 2022-08-17T13:06:55.3271672Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.158s) 2022-08-17T13:06:55.4345360Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.107s) 2022-08-17T13:06:55.6233140Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.189s) 2022-08-17T13:06:55.7879424Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.165s) 2022-08-17T13:06:55.8669157Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.079s) 2022-08-17T13:06:55.9964299Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.129s) 2022-08-17T13:06:56.0792422Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.083s) 2022-08-17T13:06:56.1765420Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.097s) 2022-08-17T13:06:56.1864079Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.010s) 2022-08-17T13:06:56.2160202Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.029s) 2022-08-17T13:06:56.2494035Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.033s) 2022-08-17T13:06:56.2597966Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.010s) 2022-08-17T13:06:56.2738522Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.014s) 2022-08-17T13:06:56.5289842Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.255s) 2022-08-17T13:06:56.5296447Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-08-17T13:06:56.5484681Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-08-17T13:06:56.5689627Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.020s) 2022-08-17T13:06:56.6026187Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.034s) 2022-08-17T13:06:56.6053489Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-08-17T13:06:56.6237155Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-08-17T13:06:56.6255132Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T13:06:56.6269289Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-08-17T13:06:56.6453482Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-08-17T13:06:56.6640316Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-08-17T13:06:56.6879152Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.024s) 2022-08-17T13:06:56.7181496Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.030s) 2022-08-17T13:06:56.7358398Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-08-17T13:06:56.7554625Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.020s) 2022-08-17T13:06:56.7759747Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.020s) 2022-08-17T13:06:56.7787015Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-08-17T13:06:56.7983598Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-08-17T13:06:56.8312751Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.033s) 2022-08-17T13:06:56.8327598Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-08-17T13:06:56.8618812Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.029s) 2022-08-17T13:06:56.8802029Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-08-17T13:06:56.8831059Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-08-17T13:06:56.9005729Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.017s) 2022-08-17T13:06:56.9187274Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-08-17T13:06:56.9412647Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.022s) 2022-08-17T13:06:56.9695829Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.028s) 2022-08-17T13:06:56.9726293Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-08-17T13:06:57.0021758Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.029s) 2022-08-17T13:06:57.0211169Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-08-17T13:06:57.1160043Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.095s) 2022-08-17T13:06:57.3590549Z test_ModuleList (__main__.TestJit) ... ok (0.243s) 2022-08-17T13:06:57.5272813Z test_Sequential (__main__.TestJit) ... ok (0.168s) 2022-08-17T13:06:57.6211697Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.094s) 2022-08-17T13:06:57.7412260Z test_add_relu_fusion (__main__.TestJit) ... ok (0.120s) 2022-08-17T13:06:57.7432704Z test_arg_configurations (__main__.TestJit) 2022-08-17T13:06:57.7433276Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-08-17T13:06:57.7633800Z test_attrs (__main__.TestJit) ... ok (0.020s) 2022-08-17T13:06:57.7811933Z test_batchnorm (__main__.TestJit) ... ok (0.018s) 2022-08-17T13:06:57.7828338Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.002s) 2022-08-17T13:06:57.7995461Z test_conj_transpose (__main__.TestJit) ... ok (0.017s) 2022-08-17T13:07:10.2156700Z test_constant_insertion (__main__.TestJit) ... ok (12.416s) 2022-08-17T13:07:10.2364025Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.021s) 2022-08-17T13:07:10.2593271Z test_constant_prop_exception (__main__.TestJit) ... ok (0.023s) 2022-08-17T13:07:10.2807593Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.021s) 2022-08-17T13:07:10.2897466Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.009s) 2022-08-17T13:07:10.3069522Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.017s) 2022-08-17T13:07:10.3252506Z test_constant_prop_nested (__main__.TestJit) ... ok (0.018s) 2022-08-17T13:07:10.3480871Z test_constant_prop_none (__main__.TestJit) ... ok (0.023s) 2022-08-17T13:07:10.3599830Z test_constant_prop_print (__main__.TestJit) ... ok (0.012s) 2022-08-17T13:07:10.3711891Z test_constant_prop_rand (__main__.TestJit) ... ok (0.011s) 2022-08-17T13:07:10.3865527Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.015s) 2022-08-17T13:07:10.3984409Z test_constant_prop_simple (__main__.TestJit) ... ok (0.012s) 2022-08-17T13:07:10.4059363Z test_constants_pkl (__main__.TestJit) ... ok (0.007s) 2022-08-17T13:07:10.5172042Z test_cpp (__main__.TestJit) ... ok (0.111s) 2022-08-17T13:07:10.5523507Z test_cse (__main__.TestJit) ... ok (0.035s) 2022-08-17T13:07:10.5718089Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.019s) 2022-08-17T13:07:10.5743197Z test_cu_escaped_number (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:10.5757791Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:10.6221180Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.046s) 2022-08-17T13:07:10.6683801Z test_decompose_addmm (__main__.TestJit) ... ok (0.046s) 2022-08-17T13:07:10.6694905Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-08-17T13:07:10.6848135Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.015s) 2022-08-17T13:07:10.6867823Z test_disabled (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:10.6937630Z test_dropout (__main__.TestJit) ... ok (0.007s) 2022-08-17T13:07:10.6953645Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.002s) 2022-08-17T13:07:10.8371527Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-08-17 13:07:10 756:756 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:07:10.8598182Z STAGE:2022-08-17 13:07:10 756:756 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:07:10.8638513Z STAGE:2022-08-17 13:07:10 756:756 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:07:10.8668648Z STAGE:2022-08-17 13:07:10 756:756 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:07:10.9243726Z STAGE:2022-08-17 13:07:10 756:756 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:07:10.9421004Z STAGE:2022-08-17 13:07:10 756:756 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:07:10.9445898Z STAGE:2022-08-17 13:07:10 756:756 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:07:10.9475905Z STAGE:2022-08-17 13:07:10 756:756 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:07:10.9491176Z ok (0.254s) 2022-08-17T13:07:10.9513292Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-08-17T13:07:11.0791186Z test_einsum (__main__.TestJit) ... ok (0.128s) 2022-08-17T13:07:11.0894730Z test_element_size (__main__.TestJit) ... ok (0.010s) 2022-08-17T13:07:11.0904732Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:11.0913115Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:11.0930935Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:07:11.1216353Z test_export_dropout (__main__.TestJit) ... ok (0.028s) 2022-08-17T13:07:11.3603170Z test_export_lstm (__main__.TestJit) ... ok (0.239s) 2022-08-17T13:07:11.4067112Z test_export_opnames (__main__.TestJit) ... ok (0.046s) 2022-08-17T13:07:11.9044612Z test_export_rnn (__main__.TestJit) ... ok (0.498s) 2022-08-17T13:07:11.9060381Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-08-17T13:07:11.9690750Z test_function_default_values (__main__.TestJit) ... ok (0.063s) 2022-08-17T13:07:11.9780434Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.009s) 2022-08-17T13:07:11.9898620Z test_import_method (__main__.TestJit) ... ok (0.012s) 2022-08-17T13:07:11.9935601Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.004s) 2022-08-17T13:07:12.0129371Z test_layout (__main__.TestJit) ... ok (0.019s) 2022-08-17T13:07:12.0288658Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.016s) 2022-08-17T13:07:12.0397337Z test_matrix_transpose (__main__.TestJit) ... ok (0.011s) 2022-08-17T13:07:12.0539924Z test_module_default_values (__main__.TestJit) ... ok (0.014s) 2022-08-17T13:07:12.0624851Z test_mutable_default_values (__main__.TestJit) ... ok (0.008s) 2022-08-17T13:07:12.0639809Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-08-17T13:07:13.6145658Z test_nn_conv (__main__.TestJit) ... ok (1.550s) 2022-08-17T13:07:13.9100865Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.295s) 2022-08-17T13:07:14.1763805Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.266s) 2022-08-17T13:07:16.0647935Z test_nn_padding (__main__.TestJit) ... ok (1.888s) 2022-08-17T13:07:16.1645982Z test_nn_padding_functional (__main__.TestJit) ... ok (0.100s) 2022-08-17T13:07:16.1796993Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.015s) 2022-08-17T13:07:16.1806546Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-08-17T13:07:16.1973404Z test_numel (__main__.TestJit) ... ok (0.016s) 2022-08-17T13:07:16.3380526Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.141s) 2022-08-17T13:07:16.3444878Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.007s) 2022-08-17T13:07:16.3992610Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.055s) 2022-08-17T13:07:16.4026892Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-08-17T13:07:16.4127268Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.010s) 2022-08-17T13:07:16.5186627Z test_pretty_printer (__main__.TestJit) ... ok (0.106s) 2022-08-17T13:07:16.5197492Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:16.5207156Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:16.5217766Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-08-17T13:07:16.5237243Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T13:07:17.1463736Z test_python_bindings (__main__.TestJit) ... ok (0.623s) 2022-08-17T13:07:17.1552530Z test_python_ir (__main__.TestJit) ... ok (0.009s) 2022-08-17T13:07:17.1676956Z test_python_ir_utils (__main__.TestJit) ... ok (0.012s) 2022-08-17T13:07:17.1695591Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T13:07:17.1718633Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:20.3914978Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (3.219s) 2022-08-17T13:07:20.3964609Z test_recursive_cse (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:20.4163183Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.020s) 2022-08-17T13:07:20.4294615Z test_restore_device (__main__.TestJit) ... ok (0.013s) 2022-08-17T13:07:20.4323218Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-08-17T13:07:20.4341632Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-08-17T13:07:21.1039986Z test_script_autograd_grad (__main__.TestJit) ... ok (0.670s) 2022-08-17T13:07:21.1560475Z test_script_backward (__main__.TestJit) ... ok (0.052s) 2022-08-17T13:07:21.1587482Z test_script_backward_twice (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_script.py:1244: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-08-17T13:07:21.1588338Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-08-17T13:07:21.2168765Z ok (0.061s) 2022-08-17T13:07:21.2257079Z test_script_fn_pkl (__main__.TestJit) ... ok (0.009s) 2022-08-17T13:07:21.2429129Z test_script_tensor_type (__main__.TestJit) ... ok (0.017s) 2022-08-17T13:07:21.2534701Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.011s) 2022-08-17T13:07:21.2557459Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:21.2583158Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:21.2699501Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.012s) 2022-08-17T13:07:21.4888626Z test_sparse_tensors (__main__.TestJit) ... ok (0.219s) 2022-08-17T13:07:21.5483183Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:07:21.5484507Z return callable(*args, **kwargs) 2022-08-17T13:07:21.5698034Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:07:21.5699262Z return callable(*args, **kwargs) 2022-08-17T13:07:21.6247676Z ok (0.136s) 2022-08-17T13:07:21.6258656Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-08-17T13:07:21.6362493Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.010s) 2022-08-17T13:07:21.6438353Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.008s) 2022-08-17T13:07:21.6493449Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.005s) 2022-08-17T13:07:21.7078001Z test_torch_sum (__main__.TestJit) ... ok (0.058s) 2022-08-17T13:07:21.7275946Z test_trace_retains_train (__main__.TestJit) ... ok (0.020s) 2022-08-17T13:07:21.9585452Z test_train_eval (__main__.TestJit) ... ok (0.231s) 2022-08-17T13:07:21.9714893Z test_transpose (__main__.TestJit) ... ok (0.013s) 2022-08-17T13:07:22.0282809Z test_unchecked_cast (__main__.TestJit) ... ok (0.057s) 2022-08-17T13:07:22.0300903Z test_unique_state_dict (__main__.TestJit) ... ok (0.002s) 2022-08-17T13:07:22.0311742Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-08-17T13:07:22.0604319Z test_warnings (__main__.TestJit) ... ok (0.029s) 2022-08-17T13:07:22.2406867Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:07:22.4297553Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-08-17T13:07:22.6675085Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-08-17T13:07:22.9238801Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.256s) 2022-08-17T13:07:23.1526622Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-08-17T13:07:23.3816736Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-08-17T13:07:23.6260001Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.244s) 2022-08-17T13:07:23.6294015Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:23.8606107Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.231s) 2022-08-17T13:07:24.0833461Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.223s) 2022-08-17T13:07:24.3069720Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-08-17T13:07:24.5446001Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-08-17T13:07:24.5480671Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:24.8542718Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.306s) 2022-08-17T13:07:25.0874179Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.233s) 2022-08-17T13:07:25.3944391Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.307s) 2022-08-17T13:07:25.6559977Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.261s) 2022-08-17T13:07:25.9920079Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.336s) 2022-08-17T13:07:25.9954349Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:26.2997629Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.304s) 2022-08-17T13:07:26.5704569Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.271s) 2022-08-17T13:07:26.8914673Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.321s) 2022-08-17T13:07:27.1825718Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.291s) 2022-08-17T13:07:27.4626436Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.280s) 2022-08-17T13:07:27.4661163Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:27.6727649Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-08-17T13:07:27.9271492Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.254s) 2022-08-17T13:07:28.1319278Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-08-17T13:07:28.3485325Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.216s) 2022-08-17T13:07:28.5768885Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-08-17T13:07:28.7973655Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-08-17T13:07:29.0740616Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.277s) 2022-08-17T13:07:29.3011556Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-08-17T13:07:29.5276988Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.226s) 2022-08-17T13:07:29.7520527Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-08-17T13:07:29.9746527Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.223s) 2022-08-17T13:07:30.2366654Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.262s) 2022-08-17T13:07:30.4764212Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.240s) 2022-08-17T13:07:30.6973153Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.221s) 2022-08-17T13:07:30.9172175Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-08-17T13:07:31.1366948Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-08-17T13:07:31.3684756Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.232s) 2022-08-17T13:07:31.5894097Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.221s) 2022-08-17T13:07:31.8097046Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-08-17T13:07:32.0304761Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.221s) 2022-08-17T13:07:32.3124903Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.282s) 2022-08-17T13:07:32.5354652Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.223s) 2022-08-17T13:07:32.7558396Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-08-17T13:07:32.9689442Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-08-17T13:07:33.1956950Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-08-17T13:07:33.4582852Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.262s) 2022-08-17T13:07:33.7630346Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.305s) 2022-08-17T13:07:33.9516028Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-08-17T13:07:34.1345096Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-08-17T13:07:34.3281792Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.193s) 2022-08-17T13:07:34.3317204Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:07:34.3351748Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:34.5636290Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-08-17T13:07:34.7611813Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-08-17T13:07:34.7646895Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:07:34.7679949Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:35.0061182Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-08-17T13:07:35.0095410Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:07:35.2050537Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-08-17T13:07:35.3971676Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-08-17T13:07:35.6385034Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.241s) 2022-08-17T13:07:35.6418847Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:35.6452389Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:07:35.8366086Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-08-17T13:07:36.0388782Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-08-17T13:07:36.5803165Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.541s) 2022-08-17T13:07:37.1052478Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.525s) 2022-08-17T13:07:37.7072846Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.602s) 2022-08-17T13:07:38.2755114Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.568s) 2022-08-17T13:07:38.8515453Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.576s) 2022-08-17T13:07:39.3675327Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.516s) 2022-08-17T13:07:39.9340697Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.566s) 2022-08-17T13:07:40.4662061Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.532s) 2022-08-17T13:07:41.0906187Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.624s) 2022-08-17T13:07:41.6162768Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.526s) 2022-08-17T13:07:42.1590985Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.543s) 2022-08-17T13:07:42.6612747Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.502s) 2022-08-17T13:07:43.1961595Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.535s) 2022-08-17T13:07:43.7300314Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.534s) 2022-08-17T13:07:44.3350546Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.605s) 2022-08-17T13:07:44.8782113Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.543s) 2022-08-17T13:07:45.4080804Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.530s) 2022-08-17T13:07:45.9149984Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.507s) 2022-08-17T13:07:46.4825610Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.567s) 2022-08-17T13:07:46.7347327Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.252s) 2022-08-17T13:07:46.9730079Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-08-17T13:07:47.1947375Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.222s) 2022-08-17T13:07:47.4684616Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.274s) 2022-08-17T13:07:47.4720675Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-08-17T13:07:47.6442582Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-08-17T13:07:47.7870972Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-08-17T13:07:47.7906715Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-08-17T13:07:47.9324187Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-08-17T13:07:48.1166379Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-08-17T13:07:48.3084066Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-08-17T13:07:48.5441286Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-08-17T13:07:48.7380029Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-08-17T13:07:48.9351400Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-08-17T13:07:49.1258625Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-08-17T13:07:49.3229555Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-08-17T13:07:49.5256380Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.203s) 2022-08-17T13:07:49.7670821Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.241s) 2022-08-17T13:07:50.0746823Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.308s) 2022-08-17T13:07:50.4269297Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.352s) 2022-08-17T13:07:50.7590973Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.332s) 2022-08-17T13:07:51.0724527Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.313s) 2022-08-17T13:07:51.3989235Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.326s) 2022-08-17T13:07:51.7081311Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.309s) 2022-08-17T13:07:52.0524172Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.344s) 2022-08-17T13:07:52.3647050Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.312s) 2022-08-17T13:07:52.7014374Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.337s) 2022-08-17T13:07:53.0215576Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.320s) 2022-08-17T13:07:53.3307174Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.309s) 2022-08-17T13:07:53.6403621Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.309s) 2022-08-17T13:07:54.0302827Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.390s) 2022-08-17T13:07:54.3606965Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.330s) 2022-08-17T13:07:54.6864882Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.326s) 2022-08-17T13:07:55.0601031Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.373s) 2022-08-17T13:07:55.3663296Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.306s) 2022-08-17T13:07:55.6849046Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.318s) 2022-08-17T13:07:56.0503375Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.365s) 2022-08-17T13:07:56.4167369Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.366s) 2022-08-17T13:07:56.7621110Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.345s) 2022-08-17T13:07:57.0877879Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.326s) 2022-08-17T13:07:57.5065569Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.419s) 2022-08-17T13:07:57.8456295Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.339s) 2022-08-17T13:07:58.1637419Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.318s) 2022-08-17T13:07:58.5474984Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.384s) 2022-08-17T13:07:58.8882639Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.341s) 2022-08-17T13:07:59.2062745Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.318s) 2022-08-17T13:07:59.5514015Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.345s) 2022-08-17T13:07:59.8709076Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.320s) 2022-08-17T13:08:00.1924463Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.321s) 2022-08-17T13:08:00.5784188Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.386s) 2022-08-17T13:08:00.9197611Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.341s) 2022-08-17T13:08:01.2643834Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.345s) 2022-08-17T13:08:01.6437804Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.379s) 2022-08-17T13:08:01.9750532Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.331s) 2022-08-17T13:08:02.3188451Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.344s) 2022-08-17T13:08:02.7376081Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.419s) 2022-08-17T13:08:03.0744497Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.337s) 2022-08-17T13:08:03.4536565Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.379s) 2022-08-17T13:08:03.8370937Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.383s) 2022-08-17T13:08:04.1549395Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.318s) 2022-08-17T13:08:04.4844156Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.329s) 2022-08-17T13:08:04.8646514Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.380s) 2022-08-17T13:08:05.1944408Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.330s) 2022-08-17T13:08:05.5290175Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.334s) 2022-08-17T13:08:05.9132360Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.384s) 2022-08-17T13:08:06.2586999Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.345s) 2022-08-17T13:08:06.5878451Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.329s) 2022-08-17T13:08:06.9339992Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.346s) 2022-08-17T13:08:07.2619835Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.328s) 2022-08-17T13:08:07.6066162Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.344s) 2022-08-17T13:08:08.3227214Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.716s) 2022-08-17T13:08:09.0053879Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.683s) 2022-08-17T13:08:09.7412189Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.736s) 2022-08-17T13:08:10.4608230Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.720s) 2022-08-17T13:08:11.1634544Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.703s) 2022-08-17T13:08:11.9073205Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.744s) 2022-08-17T13:08:12.5917261Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.684s) 2022-08-17T13:08:13.2655502Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.674s) 2022-08-17T13:08:14.0119003Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.746s) 2022-08-17T13:08:14.7054228Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.693s) 2022-08-17T13:08:14.9223022Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-08-17T13:08:15.1039322Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-08-17T13:08:15.2792442Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-08-17T13:08:15.4590492Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:08:15.6639389Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-08-17T13:08:15.8720201Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-08-17T13:08:16.0551190Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-08-17T13:08:16.2306344Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-08-17T13:08:16.4043617Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-08-17T13:08:16.5820734Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-08-17T13:08:16.8019384Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-08-17T13:08:16.9829870Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-08-17T13:08:17.1480055Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-08-17T13:08:17.3282474Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:08:17.5082224Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:08:17.6920072Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-08-17T13:08:17.9047959Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-08-17T13:08:18.0827554Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-08-17T13:08:18.2719106Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-08-17T13:08:18.4439484Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-08-17T13:08:18.6227978Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-08-17T13:08:18.8029496Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:08:19.0174474Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.214s) 2022-08-17T13:08:19.1907462Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-08-17T13:08:19.3601886Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-08-17T13:08:19.5377524Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-08-17T13:08:19.7148643Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-08-17T13:08:19.8980481Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-08-17T13:08:20.1220269Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-08-17T13:08:20.2904291Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-08-17T13:08:20.4724306Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-08-17T13:08:20.4759747Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:08:20.6984602Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.222s) 2022-08-17T13:08:20.9201705Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.222s) 2022-08-17T13:08:21.1830663Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.263s) 2022-08-17T13:08:21.3646076Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-08-17T13:08:21.7817050Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.417s) 2022-08-17T13:08:22.1004599Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.319s) 2022-08-17T13:08:22.4489273Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.348s) 2022-08-17T13:08:22.7630396Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.314s) 2022-08-17T13:08:23.0833950Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.320s) 2022-08-17T13:08:23.4551562Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.372s) 2022-08-17T13:08:23.7866673Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.331s) 2022-08-17T13:08:24.0955210Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.309s) 2022-08-17T13:08:24.2541477Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-08-17T13:08:24.4235298Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-08-17T13:08:24.6025988Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-08-17T13:08:24.7836609Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-08-17T13:08:25.1431162Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.359s) 2022-08-17T13:08:25.5048568Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.362s) 2022-08-17T13:08:25.8266443Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.322s) 2022-08-17T13:08:26.1566734Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.330s) 2022-08-17T13:08:26.7577249Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.601s) 2022-08-17T13:08:27.2434569Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.486s) 2022-08-17T13:08:27.7419770Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.498s) 2022-08-17T13:08:28.1792497Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.437s) 2022-08-17T13:08:28.7217608Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.542s) 2022-08-17T13:08:29.1883890Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.467s) 2022-08-17T13:08:29.6715847Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.483s) 2022-08-17T13:08:30.3117669Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.640s) 2022-08-17T13:08:30.8434528Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.532s) 2022-08-17T13:08:31.3667230Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.523s) 2022-08-17T13:08:31.8812242Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.514s) 2022-08-17T13:08:32.3789401Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.498s) 2022-08-17T13:08:32.8689932Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.490s) 2022-08-17T13:08:33.4187572Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.550s) 2022-08-17T13:08:33.9288849Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.510s) 2022-08-17T13:08:34.1420455Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-08-17T13:08:34.3121891Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-08-17T13:08:34.4794684Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-08-17T13:08:34.7157747Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-08-17T13:08:34.9500221Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.234s) 2022-08-17T13:08:35.2318211Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.282s) 2022-08-17T13:08:35.6516313Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.420s) 2022-08-17T13:08:36.0603679Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.409s) 2022-08-17T13:08:36.4951834Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.435s) 2022-08-17T13:08:36.8909336Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.396s) 2022-08-17T13:08:37.2858243Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.395s) 2022-08-17T13:08:37.7138395Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.428s) 2022-08-17T13:08:38.1084172Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.394s) 2022-08-17T13:08:38.6802729Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.572s) 2022-08-17T13:08:39.0703006Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.390s) 2022-08-17T13:08:39.4430793Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.373s) 2022-08-17T13:08:40.1605477Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.717s) 2022-08-17T13:08:40.3353507Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-08-17T13:08:40.5079198Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-08-17T13:08:40.7075347Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-08-17T13:08:40.7110615Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-08-17T13:08:40.7145374Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-08-17T13:08:40.9476329Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.233s) 2022-08-17T13:08:41.1895119Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-08-17T13:08:41.4082078Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-08-17T13:08:41.6076469Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-08-17T13:08:41.8156489Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-08-17T13:08:41.8194384Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:08:41.9894839Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-08-17T13:08:42.1628950Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-08-17T13:08:42.3437022Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-08-17T13:08:42.3472739Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:08:42.5120194Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-08-17T13:08:42.6750968Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.163s) 2022-08-17T13:08:42.6786179Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:08:42.8558922Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-08-17T13:08:42.9874353Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-08-17T13:08:43.1242900Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-08-17T13:08:43.7747514Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.650s) 2022-08-17T13:08:44.4653560Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.691s) 2022-08-17T13:08:45.1451439Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.680s) 2022-08-17T13:08:45.8126116Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.667s) 2022-08-17T13:08:46.4608034Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.648s) 2022-08-17T13:08:47.0970363Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.636s) 2022-08-17T13:08:47.8057092Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.709s) 2022-08-17T13:08:48.5356119Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.730s) 2022-08-17T13:08:49.2007956Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.665s) 2022-08-17T13:08:49.8684507Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.668s) 2022-08-17T13:08:50.5660608Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.697s) 2022-08-17T13:08:51.2602788Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.694s) 2022-08-17T13:08:51.5664043Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.306s) 2022-08-17T13:08:51.7643856Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-08-17T13:08:51.9657641Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-08-17T13:08:52.1662486Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-08-17T13:08:52.3769316Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-08-17T13:08:52.3804695Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:08:52.3838892Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:52.3873272Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:52.3908698Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:08:52.6472716Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.256s) 2022-08-17T13:08:52.8510375Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.204s) 2022-08-17T13:08:52.8546170Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:08:52.8581492Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:53.0767007Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.218s) 2022-08-17T13:08:53.2597076Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-08-17T13:08:53.4286464Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-08-17T13:08:53.6084851Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:08:53.6121194Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:08:53.6156436Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:53.6191269Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:08:53.7958743Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-08-17T13:08:54.3205315Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.525s) 2022-08-17T13:08:54.8826275Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.562s) 2022-08-17T13:08:55.3981623Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.515s) 2022-08-17T13:08:56.0214994Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.623s) 2022-08-17T13:08:56.6085495Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.587s) 2022-08-17T13:08:57.1536593Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.545s) 2022-08-17T13:08:57.4436502Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.290s) 2022-08-17T13:08:57.7242940Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.281s) 2022-08-17T13:08:58.0266515Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.302s) 2022-08-17T13:08:58.3127776Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.286s) 2022-08-17T13:08:59.9911812Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (1.678s) 2022-08-17T13:09:00.3039220Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.313s) 2022-08-17T13:09:00.5226464Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-08-17T13:09:00.7415440Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-08-17T13:09:00.9618843Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-08-17T13:09:01.1709356Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-08-17T13:09:01.4508893Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.280s) 2022-08-17T13:09:01.6583892Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-08-17T13:09:01.8740836Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.216s) 2022-08-17T13:09:02.0881390Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.214s) 2022-08-17T13:09:02.9451330Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.857s) 2022-08-17T13:09:03.6762508Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.731s) 2022-08-17T13:09:04.4036926Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.727s) 2022-08-17T13:09:04.6136662Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.210s) 2022-08-17T13:09:04.7741740Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-08-17T13:09:04.9332659Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-08-17T13:09:05.2247323Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.291s) 2022-08-17T13:09:05.5318411Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.307s) 2022-08-17T13:09:05.8658311Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.334s) 2022-08-17T13:09:06.1687585Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.303s) 2022-08-17T13:09:06.3736593Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-08-17T13:09:06.5460655Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-08-17T13:09:06.7740541Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-08-17T13:09:06.9455268Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-08-17T13:09:06.9491722Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:06.9526438Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:07.3151713Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.362s) 2022-08-17T13:09:07.4804017Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-08-17T13:09:07.7073324Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-08-17T13:09:07.9742532Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.267s) 2022-08-17T13:09:08.1686397Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-08-17T13:09:08.3528142Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-08-17T13:09:08.5419132Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-08-17T13:09:08.8419050Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.300s) 2022-08-17T13:09:09.1802063Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.338s) 2022-08-17T13:09:09.4660999Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.286s) 2022-08-17T13:09:09.7635720Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.297s) 2022-08-17T13:09:10.1142911Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.351s) 2022-08-17T13:09:10.4681503Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.354s) 2022-08-17T13:09:10.7881475Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.320s) 2022-08-17T13:09:11.1770997Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.389s) 2022-08-17T13:09:11.4627781Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.286s) 2022-08-17T13:09:11.7634580Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.301s) 2022-08-17T13:09:11.9769319Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-08-17T13:09:12.2304723Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-08-17T13:09:12.4518605Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.221s) 2022-08-17T13:09:12.6507407Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-08-17T13:09:12.6541821Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:12.8055964Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-08-17T13:09:12.8291905Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-08-17T13:09:12.8326001Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:12.9892783Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-08-17T13:09:13.1622086Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-08-17T13:09:13.3611989Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-08-17T13:09:13.3647987Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:13.5902431Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-08-17T13:09:13.7791719Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-08-17T13:09:13.9583453Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-08-17T13:09:14.1384119Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:09:14.1419414Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:14.3901991Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.248s) 2022-08-17T13:09:14.3937317Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:14.6289302Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-08-17T13:09:14.8169703Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.188s) 2022-08-17T13:09:14.8205780Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:15.0193694Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-08-17T13:09:15.0229638Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:15.0264135Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:15.2194406Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.193s) 2022-08-17T13:09:15.2229757Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:15.4702706Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.247s) 2022-08-17T13:09:15.4737811Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:15.4772841Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-08-17T13:09:15.6787655Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-08-17T13:09:15.6823653Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:15.6858814Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:15.7003320Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-08-17T13:09:15.7037124Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:15.7071579Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:15.7108395Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:15.8767730Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-08-17T13:09:16.0293041Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-08-17T13:09:16.2026058Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-08-17T13:09:16.3743337Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-08-17T13:09:16.5876653Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-08-17T13:09:16.7511100Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.163s) 2022-08-17T13:09:16.9141998Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.163s) 2022-08-17T13:09:17.0791862Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-08-17T13:09:17.2475415Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-08-17T13:09:17.2510387Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:17.2545840Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:17.2579655Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:17.2613779Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:17.2647372Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:17.4361799Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-08-17T13:09:17.6413810Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-08-17T13:09:17.8131538Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-08-17T13:09:18.0031980Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.190s) 2022-08-17T13:09:18.1863204Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-08-17T13:09:18.3689939Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-08-17T13:09:18.5561969Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-08-17T13:09:18.7970403Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.241s) 2022-08-17T13:09:18.9912539Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-08-17T13:09:19.1717137Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:09:19.3555287Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-08-17T13:09:19.3592483Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:19.3625857Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:19.3658427Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:19.3691857Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:19.3726926Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:19.3762095Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:19.3796888Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:19.3831641Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:19.3865882Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:19.5818195Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-08-17T13:09:19.8254506Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.244s) 2022-08-17T13:09:20.0243128Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-08-17T13:09:20.2225621Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-08-17T13:09:20.4250917Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-08-17T13:09:20.5899761Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-08-17T13:09:20.7644423Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-08-17T13:09:21.0117477Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.247s) 2022-08-17T13:09:21.1911316Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-08-17T13:09:21.3703018Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-08-17T13:09:21.5481377Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-08-17T13:09:21.7329697Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-08-17T13:09:21.9443083Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-08-17T13:09:22.1274185Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-08-17T13:09:22.1309769Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:22.5509350Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.420s) 2022-08-17T13:09:22.8044379Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-08-17T13:09:23.0896645Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.285s) 2022-08-17T13:09:23.3325899Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.243s) 2022-08-17T13:09:23.5975424Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.265s) 2022-08-17T13:09:23.8000512Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-08-17T13:09:24.0837100Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.284s) 2022-08-17T13:09:24.3136586Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.230s) 2022-08-17T13:09:24.5583056Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.245s) 2022-08-17T13:09:24.7688855Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.210s) 2022-08-17T13:09:24.9633689Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-08-17T13:09:25.1992773Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-08-17T13:09:25.3778914Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-08-17T13:09:25.5577574Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-08-17T13:09:25.7440262Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-08-17T13:09:25.9400881Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-08-17T13:09:26.1264543Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-08-17T13:09:26.3637534Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-08-17T13:09:26.5886309Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-08-17T13:09:26.7830439Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-08-17T13:09:26.9687411Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-08-17T13:09:27.1548300Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-08-17T13:09:27.3955202Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.241s) 2022-08-17T13:09:27.5864804Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-08-17T13:09:27.7854341Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-08-17T13:09:27.9755442Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.190s) 2022-08-17T13:09:28.1739905Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-08-17T13:09:28.3702441Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-08-17T13:09:28.5939062Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-08-17T13:09:28.7955884Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-08-17T13:09:29.0043540Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-08-17T13:09:29.2127295Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-08-17T13:09:29.4197982Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-08-17T13:09:29.6943015Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.274s) 2022-08-17T13:09:29.9017210Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-08-17T13:09:30.0645101Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.163s) 2022-08-17T13:09:30.2333623Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-08-17T13:09:30.3970625Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-08-17T13:09:30.6748638Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.278s) 2022-08-17T13:09:30.6784156Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:30.8609809Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-08-17T13:09:31.0348334Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-08-17T13:09:31.2116145Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-08-17T13:09:31.2151425Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:31.2185835Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:09:31.3943267Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-08-17T13:09:31.3978623Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:31.5978376Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-08-17T13:09:31.8151649Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-08-17T13:09:31.9747487Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-08-17T13:09:32.1495986Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-08-17T13:09:32.1532338Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:09:32.4762834Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.323s) 2022-08-17T13:09:32.8365106Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.360s) 2022-08-17T13:09:33.1635476Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.327s) 2022-08-17T13:09:33.4592137Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.296s) 2022-08-17T13:09:33.7462655Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.287s) 2022-08-17T13:09:34.1494879Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.403s) 2022-08-17T13:09:34.5018423Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.352s) 2022-08-17T13:09:34.8469195Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.345s) 2022-08-17T13:09:35.2267656Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.380s) 2022-08-17T13:09:35.4152974Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.188s) 2022-08-17T13:09:35.5917809Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-08-17T13:09:35.7675406Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-08-17T13:09:35.9508097Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-08-17T13:09:36.1709304Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-08-17T13:09:36.3403897Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-08-17T13:09:36.5133951Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-08-17T13:09:36.6811718Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-08-17T13:09:36.8473487Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-08-17T13:09:37.2047194Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.357s) 2022-08-17T13:09:37.4980496Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.293s) 2022-08-17T13:09:37.8057081Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.308s) 2022-08-17T13:09:37.9732861Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-08-17T13:09:38.1317656Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-08-17T13:09:38.3306092Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-08-17T13:09:38.6208084Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.290s) 2022-08-17T13:09:38.8916942Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.271s) 2022-08-17T13:09:39.1740311Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.282s) 2022-08-17T13:09:39.4708169Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.297s) 2022-08-17T13:09:39.7263849Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.255s) 2022-08-17T13:09:39.9683282Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-08-17T13:09:40.2039551Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-08-17T13:09:40.2075182Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T13:09:57.9889250Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (17.781s) 2022-08-17T13:10:14.9966518Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (17.008s) 2022-08-17T13:10:31.4204031Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (16.424s) 2022-08-17T13:10:47.9568607Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (16.536s) 2022-08-17T13:11:34.0413383Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (46.084s) 2022-08-17T13:11:34.2939599Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-08-17T13:11:34.5018457Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-08-17T13:11:34.7075030Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-08-17T13:11:34.9683602Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.261s) 2022-08-17T13:11:35.3309286Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.362s) 2022-08-17T13:11:35.6486969Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.318s) 2022-08-17T13:11:35.8542526Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-08-17T13:11:36.1202387Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.266s) 2022-08-17T13:11:36.3128218Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-08-17T13:11:36.5150309Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-08-17T13:11:36.5186119Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.5222677Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.5257379Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5292657Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5327326Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5362902Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.5503975Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-08-17T13:11:36.5537457Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5571806Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5605278Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5639336Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5673455Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5707684Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5742234Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5777527Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5812733Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5849188Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.5884548Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5919635Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.5956060Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.5992639Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6028427Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6063767Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.6099172Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.6135712Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6172117Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6209115Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6247237Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6282565Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.6319551Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6356522Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6393104Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6429232Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6466185Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6503091Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6539965Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6576997Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6614193Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6650101Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6685115Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.6721876Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6758488Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6795682Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6833224Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6870473Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6907326Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6944915Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.6982189Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.7018545Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.7054399Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.7090306Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.7238535Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.015s) 2022-08-17T13:11:36.7271636Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.7305356Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.7339249Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-08-17T13:11:36.7375501Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-08-17T13:11:36.7422389Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.005s) 2022-08-17T13:11:36.7427991Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.001s) 2022-08-17T13:11:36.7436928Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:11:36.7443152Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.001s) 2022-08-17T13:11:36.7453492Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:11:36.7462263Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:11:36.7471158Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:11:36.7481501Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-08-17T13:11:36.8383350Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.090s) 2022-08-17T13:11:36.8758365Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.037s) 2022-08-17T13:11:36.9171321Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.041s) 2022-08-17T13:11:36.9598864Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.043s) 2022-08-17T13:11:37.0036993Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.044s) 2022-08-17T13:11:37.0150549Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.011s) 2022-08-17T13:11:37.0904217Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.075s) 2022-08-17T13:11:37.1262729Z test_del (jit.test_list_dict.TestList) ... ok (0.036s) 2022-08-17T13:11:37.1459306Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.020s) 2022-08-17T13:11:37.1758531Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.030s) 2022-08-17T13:11:37.2065370Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.031s) 2022-08-17T13:11:37.2205911Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.014s) 2022-08-17T13:11:37.2340158Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.013s) 2022-08-17T13:11:37.2694043Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.035s) 2022-08-17T13:11:37.3131352Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.044s) 2022-08-17T13:11:37.3415189Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.028s) 2022-08-17T13:11:37.3827224Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.041s) 2022-08-17T13:11:37.4000800Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.017s) 2022-08-17T13:11:37.4209648Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.021s) 2022-08-17T13:11:37.4250552Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.004s) 2022-08-17T13:11:37.4562155Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.031s) 2022-08-17T13:11:37.4709732Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.015s) 2022-08-17T13:11:37.4927069Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.022s) 2022-08-17T13:11:37.5064486Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.014s) 2022-08-17T13:11:37.5314498Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.025s) 2022-08-17T13:11:37.6386026Z test_in_check (jit.test_list_dict.TestList) ... ok (0.107s) 2022-08-17T13:11:37.7453011Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.107s) 2022-08-17T13:11:37.7762547Z test_list_count (jit.test_list_dict.TestList) ... ok (0.031s) 2022-08-17T13:11:37.7928883Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.017s) 2022-08-17T13:11:37.8546858Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.062s) 2022-08-17T13:11:37.8846781Z test_list_index (jit.test_list_dict.TestList) ... ok (0.030s) 2022-08-17T13:11:37.9249369Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.040s) 2022-08-17T13:11:37.9947347Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.070s) 2022-08-17T13:11:38.0186627Z test_list_len (jit.test_list_dict.TestList) ... ok (0.024s) 2022-08-17T13:11:38.0762648Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.057s) 2022-08-17T13:11:38.0774509Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-08-17T13:11:38.3537123Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.276s) 2022-08-17T13:11:38.4657650Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.112s) 2022-08-17T13:11:38.6182710Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.152s) 2022-08-17T13:11:38.6210052Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.003s) 2022-08-17T13:11:38.6226177Z test_list_variance (jit.test_list_dict.TestList) 2022-08-17T13:11:38.6864215Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.065s) 2022-08-17T13:11:38.7054381Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T13:11:39.0190209Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.313s) 2022-08-17T13:11:39.2255852Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.206s) 2022-08-17T13:11:39.2797873Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.054s) 2022-08-17T13:11:39.3023936Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.023s) 2022-08-17T13:11:39.3234285Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.021s) 2022-08-17T13:11:39.3452194Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.022s) 2022-08-17T13:11:39.3711495Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.026s) 2022-08-17T13:11:39.4095805Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.038s) 2022-08-17T13:11:39.4290777Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T13:11:39.4481059Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T13:11:39.4872613Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.039s) 2022-08-17T13:11:39.5089176Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.022s) 2022-08-17T13:11:39.5307294Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.022s) 2022-08-17T13:11:39.5501513Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T13:11:39.5692365Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T13:11:39.5967797Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.027s) 2022-08-17T13:11:39.6170286Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.020s) 2022-08-17T13:11:39.6399821Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.023s) 2022-08-17T13:11:39.6602935Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.020s) 2022-08-17T13:11:39.6822820Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.022s) 2022-08-17T13:11:39.7177275Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.035s) 2022-08-17T13:11:39.7390866Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.021s) 2022-08-17T13:11:39.7567489Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.018s) 2022-08-17T13:11:39.7846975Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.028s) 2022-08-17T13:11:39.8267155Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.042s) 2022-08-17T13:11:39.8457073Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T13:11:39.8646340Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.019s) 2022-08-17T13:11:39.9025692Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.038s) 2022-08-17T13:11:39.9254822Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.023s) 2022-08-17T13:11:39.9465346Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.021s) 2022-08-17T13:11:39.9921988Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.046s) 2022-08-17T13:11:39.9983877Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.006s) 2022-08-17T13:11:40.1375027Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.139s) 2022-08-17T13:11:40.1640735Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.026s) 2022-08-17T13:11:40.1883321Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.024s) 2022-08-17T13:11:40.2106100Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.022s) 2022-08-17T13:11:40.2708235Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.060s) 2022-08-17T13:11:40.2804934Z test_to_list (jit.test_list_dict.TestList) 2022-08-17T13:11:40.9764307Z Unit tests for Tensor.tolist() function. ... ok (0.705s) 2022-08-17T13:11:40.9777147Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-08-17T13:11:40.9783861Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-08-17T13:11:41.0147941Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.036s) 2022-08-17T13:11:41.0551765Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.040s) 2022-08-17T13:11:41.0562370Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-08-17T13:11:41.0617287Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.005s) 2022-08-17T13:11:41.0921853Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.030s) 2022-08-17T13:11:41.1244990Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.032s) 2022-08-17T13:11:41.1259964Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:11:41.1268313Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:11:41.1274028Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:11:41.1411677Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.014s) 2022-08-17T13:11:41.1420235Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-08-17T13:11:41.1648170Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.024s) 2022-08-17T13:11:41.2386541Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.074s) 2022-08-17T13:11:41.2502744Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.012s) 2022-08-17T13:11:41.2540853Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.004s) 2022-08-17T13:11:41.2545963Z test_if_returning_any (jit.test_misc.TestMisc) 2022-08-17T13:11:41.2821026Z Check that an if statement can return different ... ok (0.028s) 2022-08-17T13:11:41.2962532Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.014s) 2022-08-17T13:11:41.3140264Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.018s) 2022-08-17T13:11:41.4606027Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.146s) 2022-08-17T13:11:41.4965744Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.036s) 2022-08-17T13:11:41.5069456Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.010s) 2022-08-17T13:11:41.5090643Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.002s) 2022-08-17T13:11:41.5113592Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.002s) 2022-08-17T13:11:41.5135397Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.002s) 2022-08-17T13:11:41.5261830Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.012s) 2022-08-17T13:11:41.5357672Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.010s) 2022-08-17T13:11:41.5452196Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.009s) 2022-08-17T13:11:41.5540732Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.009s) 2022-08-17T13:11:41.5666637Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.013s) 2022-08-17T13:11:41.5766973Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.010s) 2022-08-17T13:11:41.5811752Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.004s) 2022-08-17T13:11:41.6479140Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.067s) 2022-08-17T13:11:41.7295935Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.082s) 2022-08-17T13:11:41.7603166Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.031s) 2022-08-17T13:11:41.8043119Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.044s) 2022-08-17T13:11:41.8558401Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.051s) 2022-08-17T13:11:41.9121393Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.056s) 2022-08-17T13:11:41.9594237Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.047s) 2022-08-17T13:11:42.2474296Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.288s) 2022-08-17T13:11:42.3994651Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.152s) 2022-08-17T13:11:42.4934866Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.094s) 2022-08-17T13:11:42.5986127Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.105s) 2022-08-17T13:11:42.7000713Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.101s) 2022-08-17T13:11:42.8057420Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.106s) 2022-08-17T13:11:42.8074869Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-08-17T13:11:42.8614165Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.056s) 2022-08-17T13:11:44.4313502Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (1.570s) 2022-08-17T13:11:44.4337873Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-08-17T13:11:44.5660439Z Tracing over a script function returning a dictionary should work. ... ok (0.135s) 2022-08-17T13:11:44.6191475Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.053s) 2022-08-17T13:11:44.8348251Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.216s) 2022-08-17T13:11:44.9572957Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.122s) 2022-08-17T13:11:44.9939358Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.037s) 2022-08-17T13:11:45.0358658Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.042s) 2022-08-17T13:11:45.0368978Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-08-17T13:11:45.0375047Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-08-17T13:11:45.0377753Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:11:45.6489902Z test_mnist (jit.test_models.TestModels) ... ok (0.611s) 2022-08-17T13:11:45.6493554Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:11:45.6503666Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-08-17T13:11:45.6511709Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:11:45.6515764Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:11:45.9831767Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.331s) 2022-08-17T13:11:45.9835731Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:11:45.9886876Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.005s) 2022-08-17T13:11:45.9897275Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-08-17T13:11:45.9906440Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:11:45.9909699Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:11:49.7898242Z test_snli_quantized (jit.test_models.TestModels) ... ok (3.799s) 2022-08-17T13:11:49.7907260Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:11:49.7911212Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:11:50.7049511Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.914s) 2022-08-17T13:11:52.0020908Z test_vae (jit.test_models.TestModels) ... ok (1.297s) 2022-08-17T13:11:52.0024260Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-08-17T13:11:52.6096808Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.607s) 2022-08-17T13:11:52.6118621Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T13:11:52.7823162Z Tests that customized state dict methods are in effect ... ok (0.172s) 2022-08-17T13:11:52.7833272Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T13:11:52.9195572Z Tests that default state dict methods are automatically available ... ok (0.137s) 2022-08-17T13:11:52.9218917Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-08-17T13:11:53.1293607Z Tests that customized state dict methods on submodules are in effect ... ok (0.210s) 2022-08-17T13:11:53.6312891Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.502s) 2022-08-17T13:11:53.7477027Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.116s) 2022-08-17T13:11:53.8224987Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.075s) 2022-08-17T13:11:54.1530439Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.330s) 2022-08-17T13:11:54.3054659Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.152s) 2022-08-17T13:11:55.4385290Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (1.133s) 2022-08-17T13:11:55.6393095Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.201s) 2022-08-17T13:11:55.7340248Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.095s) 2022-08-17T13:11:55.7348001Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-08-17T13:11:55.7399921Z Test that an attempt to script a module with a regular list attribute ... ok (0.006s) 2022-08-17T13:11:55.8294848Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.089s) 2022-08-17T13:11:56.0362298Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.207s) 2022-08-17T13:11:56.4080119Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.372s) 2022-08-17T13:11:56.5542059Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.146s) 2022-08-17T13:11:57.0273128Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.473s) 2022-08-17T13:11:57.1858215Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.158s) 2022-08-17T13:11:57.3201013Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.134s) 2022-08-17T13:11:57.3223896Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-08-17T13:11:57.6142264Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.294s) 2022-08-17T13:11:57.6165878Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-08-17T13:11:57.8323388Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.218s) 2022-08-17T13:11:57.9818648Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.149s) 2022-08-17T13:11:58.0347006Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.053s) 2022-08-17T13:11:58.1219608Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.087s) 2022-08-17T13:11:58.1985509Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.076s) 2022-08-17T13:11:58.2539767Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.055s) 2022-08-17T13:11:58.2752707Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-08-17T13:11:58.3558272Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.080s) 2022-08-17T13:11:58.5306586Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.175s) 2022-08-17T13:11:58.5319678Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-08-17T13:11:58.6378035Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.106s) 2022-08-17T13:11:58.7076693Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.070s) 2022-08-17T13:11:58.7822456Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.075s) 2022-08-17T13:11:58.8577870Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.075s) 2022-08-17T13:11:58.9072063Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.049s) 2022-08-17T13:11:58.9280819Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-08-17T13:11:59.0667914Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.139s) 2022-08-17T13:11:59.0675424Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-08-17T13:11:59.1063901Z Test that a module that has __constants__ set to something ... ok (0.039s) 2022-08-17T13:11:59.1234812Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.017s) 2022-08-17T13:11:59.1393413Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.016s) 2022-08-17T13:11:59.1488705Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.010s) 2022-08-17T13:11:59.1623064Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.013s) 2022-08-17T13:11:59.1730902Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.011s) 2022-08-17T13:11:59.1867091Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.013s) 2022-08-17T13:11:59.1876559Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-08-17T13:11:59.1993115Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.012s) 2022-08-17T13:11:59.2086784Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.009s) 2022-08-17T13:11:59.2115620Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-08-17T13:11:59.2250346Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.013s) 2022-08-17T13:11:59.2259670Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2273088Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2289020Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-08-17T13:11:59.2305844Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-08-17T13:11:59.2446483Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.014s) 2022-08-17T13:11:59.2463151Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-08-17T13:11:59.2467814Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-08-17T13:11:59.2475342Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2494005Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-08-17T13:11:59.2500550Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2506992Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2511572Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-08-17T13:11:59.2518835Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2531387Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2537626Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2552533Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2562894Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2571918Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2581586Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2608216Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.003s) 2022-08-17T13:11:59.2615685Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2620156Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-08-17T13:11:59.2631037Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2636784Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2651835Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2658535Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2665225Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2673615Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2683742Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-08-17T13:11:59.2699441Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-08-17T13:11:59.2996771Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.029s) 2022-08-17T13:11:59.3196196Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.020s) 2022-08-17T13:11:59.4628656Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.143s) 2022-08-17T13:11:59.6157560Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.153s) 2022-08-17T13:11:59.7484601Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.133s) 2022-08-17T13:11:59.8823457Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.134s) 2022-08-17T13:11:59.9329473Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.051s) 2022-08-17T13:11:59.9782737Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.045s) 2022-08-17T13:12:00.0048698Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.026s) 2022-08-17T13:12:00.2320858Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.227s) 2022-08-17T13:12:00.2330392Z test_traceable (jit.test_parametrization.TestParametrization) 2022-08-17T13:12:00.3877330Z Test the jit scripting and tracing of a parametrized model. ... ok (0.156s) 2022-08-17T13:12:00.7058072Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.318s) 2022-08-17T13:12:00.7820845Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.076s) 2022-08-17T13:12:00.8682730Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.086s) 2022-08-17T13:12:00.8862268Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-08-17T13:12:00.9033090Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-08-17T13:12:00.9299528Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.027s) 2022-08-17T13:12:00.9525765Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.023s) 2022-08-17T13:12:01.0067724Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.054s) 2022-08-17T13:12:01.0167852Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... You have not run this instance of FileCheck! 2022-08-17T13:12:01.0170048Z FileCheck checks: 2022-08-17T13:12:01.0178759Z ok (0.011s) 2022-08-17T13:12:01.0387357Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.021s) 2022-08-17T13:12:01.0398842Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-08-17T13:12:01.0539742Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-08-17T13:12:01.0656805Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-08-17T13:12:01.0750781Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-08-17T13:12:01.0839210Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-08-17T13:12:01.0927316Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-08-17T13:12:01.1081692Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-08-17T13:12:01.2035511Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.095s) 2022-08-17T13:12:01.2143310Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-08-17T13:12:01.2247610Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-08-17T13:12:01.2359044Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-08-17T13:12:01.2622540Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.026s) 2022-08-17T13:12:01.2722350Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-08-17T13:12:01.2813460Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-08-17T13:12:01.3059747Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.024s) 2022-08-17T13:12:01.5043063Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.198s) 2022-08-17T13:12:01.5569892Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.053s) 2022-08-17T13:12:01.5829092Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.026s) 2022-08-17T13:12:01.5926557Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-08-17T13:12:01.6106509Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-08-17T13:12:01.6847397Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.074s) 2022-08-17T13:12:01.6967376Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-08-17T13:12:01.7078251Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-08-17T13:12:01.7583869Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.050s) 2022-08-17T13:12:01.8099145Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.051s) 2022-08-17T13:12:01.8418544Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.032s) 2022-08-17T13:12:01.8888553Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.047s) 2022-08-17T13:12:01.9016153Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-08-17T13:12:01.9282747Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.026s) 2022-08-17T13:12:01.9291399Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-08-17T13:12:01.9785156Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.049s) 2022-08-17T13:12:02.1236276Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.145s) 2022-08-17T13:12:02.1475780Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.024s) 2022-08-17T13:12:02.1787018Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.031s) 2022-08-17T13:12:02.1986661Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.020s) 2022-08-17T13:12:02.2050208Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.006s) 2022-08-17T13:12:02.2837065Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.079s) 2022-08-17T13:12:02.4889808Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.205s) 2022-08-17T13:12:02.5056109Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.017s) 2022-08-17T13:12:02.5263376Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.021s) 2022-08-17T13:12:02.5684755Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.042s) 2022-08-17T13:12:02.5977263Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.029s) 2022-08-17T13:12:02.6084093Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.011s) 2022-08-17T13:12:02.6115123Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-08-17T13:12:02.6255098Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.014s) 2022-08-17T13:12:02.6445353Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.019s) 2022-08-17T13:12:02.6479854Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-08-17T13:12:02.6590330Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.011s) 2022-08-17T13:12:02.6696958Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.011s) 2022-08-17T13:12:02.7269309Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.057s) 2022-08-17T13:12:02.8878863Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.161s) 2022-08-17T13:12:03.0195367Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.132s) 2022-08-17T13:12:03.0417599Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.022s) 2022-08-17T13:12:03.2414980Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.200s) 2022-08-17T13:12:03.8530064Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.611s) 2022-08-17T13:12:03.8784292Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.025s) 2022-08-17T13:12:03.9190082Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.040s) 2022-08-17T13:12:03.9641820Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.045s) 2022-08-17T13:12:04.1930357Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.229s) 2022-08-17T13:12:04.2056235Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.013s) 2022-08-17T13:12:04.2904952Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.085s) 2022-08-17T13:12:04.3269245Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.036s) 2022-08-17T13:12:04.3548748Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.028s) 2022-08-17T13:12:04.3878434Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.033s) 2022-08-17T13:12:04.4037430Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.016s) 2022-08-17T13:12:04.5601316Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.156s) 2022-08-17T13:12:04.6525237Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.092s) 2022-08-17T13:12:04.7203434Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.068s) 2022-08-17T13:12:04.9982043Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.278s) 2022-08-17T13:12:05.0118680Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-08-17T13:12:05.0164272Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-08-17T13:12:05.0211089Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-08-17T13:12:05.0590591Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.038s) 2022-08-17T13:12:05.0653359Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-08-17T13:12:05.1806291Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.115s) 2022-08-17T13:12:05.1873188Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-08-17T13:12:05.2164246Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-08-17T13:12:05.2177009Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-08-17T13:12:05.3331067Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.115s) 2022-08-17T13:12:05.6866144Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.353s) 2022-08-17T13:12:05.7290566Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.042s) 2022-08-17T13:12:05.8134667Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.084s) 2022-08-17T13:12:05.9066386Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.093s) 2022-08-17T13:12:05.9190937Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-08-17T13:12:06.0297771Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.111s) 2022-08-17T13:12:06.1280599Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.098s) 2022-08-17T13:12:06.1518935Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-08-17T13:12:06.1741118Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.022s) 2022-08-17T13:12:06.1796766Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-08-17T13:12:06.4682716Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.288s) 2022-08-17T13:12:06.4948497Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-08-17T13:12:06.5213106Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.026s) 2022-08-17T13:12:06.5423526Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-08-17T13:12:06.5680851Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.026s) 2022-08-17T13:12:06.7126760Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.144s) 2022-08-17T13:12:06.7134676Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-08-17T13:12:06.7828926Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.070s) 2022-08-17T13:12:06.8586001Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.076s) 2022-08-17T13:12:06.9887705Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.130s) 2022-08-17T13:12:07.0069384Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.018s) 2022-08-17T13:12:07.0347551Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.028s) 2022-08-17T13:12:07.1091013Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.074s) 2022-08-17T13:12:07.1323680Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.023s) 2022-08-17T13:12:07.1478281Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.015s) 2022-08-17T13:12:07.2055506Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.058s) 2022-08-17T13:12:07.2076705Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-08-17T13:12:07.3007499Z Exercise the situation where we have the same qualified name ... ok (0.095s) 2022-08-17T13:12:07.3033604Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-08-17T13:12:07.4092963Z Exercise the situation where we have the same qualified name ... ok (0.108s) 2022-08-17T13:12:07.4115209Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-08-17T13:12:07.5911000Z Exercise the situation where we have the same qualified name ... ok (0.182s) 2022-08-17T13:12:07.9162569Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.325s) 2022-08-17T13:12:07.9184366Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-08-17T13:12:08.0133597Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.097s) 2022-08-17T13:12:08.0153340Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-08-17T13:12:08.0326687Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.019s) 2022-08-17T13:12:08.0549980Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.022s) 2022-08-17T13:12:08.0930266Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.038s) 2022-08-17T13:12:08.0936656Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-08-17T13:12:08.1525545Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.059s) 2022-08-17T13:12:08.1531151Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-08-17T13:12:08.1755336Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.023s) 2022-08-17T13:12:08.1941486Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.019s) 2022-08-17T13:12:08.1956699Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:12:08.1958181Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T13:12:08.1981280Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:12:08.1982286Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T13:12:08.2001229Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:12:08.2001956Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T13:12:08.2036910Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-08-17T13:12:08.2049300Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:12:08.2070611Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:12:08.2071108Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-08-17T13:12:08.2079320Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:12:08.2088068Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:12:08.2088706Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:12:08.2095900Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:12:08.2096579Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:12:08.2102743Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-08-17T13:12:08.2103549Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-08-17T13:12:08.3293918Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-08-17T13:12:08.3294500Z self=, 2022-08-17T13:12:08.3295316Z sample_input=(2, 3, 2.0, 3.0), 2022-08-17T13:12:08.3296583Z ) 2022-08-17T13:12:08.3296995Z skip: Failed to load fixture! (0.119s) 2022-08-17T13:12:09.8322156Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.502s) 2022-08-17T13:12:10.3098694Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.478s) 2022-08-17T13:12:10.3437346Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.034s) 2022-08-17T13:12:10.7130587Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.369s) 2022-08-17T13:12:12.2684287Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.555s) 2022-08-17T13:12:15.7079441Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (3.439s) 2022-08-17T13:12:15.7434738Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.035s) 2022-08-17T13:12:15.7719734Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.029s) 2022-08-17T13:12:15.8064477Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.034s) 2022-08-17T13:12:15.8473395Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.041s) 2022-08-17T13:12:15.8801099Z test_add_out (__main__.TestScript) ... ok (0.033s) 2022-08-17T13:12:15.9005114Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:15.9336819Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.033s) 2022-08-17T13:12:15.9586245Z test_add_tuple_optional (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:15.9789277Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:15.9803170Z test_addmm_grad (__main__.TestScript) 2022-08-17T13:12:16.0059359Z This test checks several things: ... ok (0.027s) 2022-08-17T13:12:16.0275888Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:12:16.0725010Z test_all (__main__.TestScript) ... ok (0.045s) 2022-08-17T13:12:16.1402428Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.068s) 2022-08-17T13:12:16.2516605Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.111s) 2022-08-17T13:12:16.3210411Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.069s) 2022-08-17T13:12:16.4397755Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.119s) 2022-08-17T13:12:16.4540842Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:16.5982339Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.144s) 2022-08-17T13:12:16.6107174Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:16.7016746Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.091s) 2022-08-17T13:12:16.7208336Z test_annotated_script_fn (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:12:16.7244614Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:16.7271636Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:16.7393133Z test_annotated_script_method (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:16.7544217Z test_annoying_doubles (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:16.8509730Z test_any (__main__.TestScript) ... ok (0.096s) 2022-08-17T13:12:16.8620423Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:16.8821441Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:17.0202284Z test_attr_module_constants (__main__.TestScript) ... ok (0.138s) 2022-08-17T13:12:17.0375300Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:12:17.0420698Z test_attribute_in_init (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:17.1007532Z test_attribute_serialization (__main__.TestScript) ... ok (0.058s) 2022-08-17T13:12:17.1451122Z test_attribute_unpickling (__main__.TestScript) ... ok (0.044s) 2022-08-17T13:12:17.1780523Z test_augmented_assign (__main__.TestScript) ... ok (0.033s) 2022-08-17T13:12:17.1796416Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-08-17T13:12:17.1895844Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:12:17.1933678Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:17.2451990Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.052s) 2022-08-17T13:12:17.2883392Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.043s) 2022-08-17T13:12:17.2909859Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.003s) 2022-08-17T13:12:17.9832543Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.692s) 2022-08-17T13:12:17.9954967Z test_big_float_literals (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:18.0115095Z test_big_int_literals (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:12:19.0867689Z test_binary_op_shape (__main__.TestScript) ... ok (1.075s) 2022-08-17T13:12:19.1891125Z test_bitwise_ops (__main__.TestScript) ... ok (0.102s) 2022-08-17T13:12:19.2233041Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:12:19.2471665Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:12:19.2700461Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:12:19.3052733Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:12:19.4426140Z test_bool_dispatch (__main__.TestScript) ... ok (0.137s) 2022-08-17T13:12:19.5034332Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.061s) 2022-08-17T13:12:19.5089171Z test_break_continue_error (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:20.2206436Z test_breaks_continues (__main__.TestScript) ... ok (0.712s) 2022-08-17T13:12:20.2923552Z test_builtin_args (__main__.TestScript) ... ok (0.072s) 2022-08-17T13:12:20.3057292Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:12:20.3057913Z File "test_jit.py", line 10867 2022-08-17T13:12:20.3058302Z @torch.jit.script 2022-08-17T13:12:20.3058622Z def f6(a): 2022-08-17T13:12:20.3059603Z a.expand(size=[3, [4]]) 2022-08-17T13:12:20.3060196Z ~~~~~~ <--- HERE 2022-08-17T13:12:20.3060534Z (function emitListLiteral) 2022-08-17T13:12:20.3064648Z ok (0.014s) 2022-08-17T13:12:20.3566706Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.050s) 2022-08-17T13:12:20.3593951Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:20.3795172Z test_call_ge (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:20.3893408Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:12:20.3980117Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:12:20.4359906Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.038s) 2022-08-17T13:12:20.4675297Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:12:20.4726674Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:20.4846963Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:20.5567252Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.072s) 2022-08-17T13:12:20.6044414Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.048s) 2022-08-17T13:12:20.6239647Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:12:20.6492983Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:20.6950335Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.046s) 2022-08-17T13:12:20.7113598Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:12:20.7443279Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.033s) 2022-08-17T13:12:20.7454102Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-08-17T13:12:20.8152261Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.070s) 2022-08-17T13:12:20.8163365Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-08-17T13:12:20.9322356Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.116s) 2022-08-17T13:12:20.9331028Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-08-17T13:12:21.0297057Z test_cat (__main__.TestScript) ... ok (0.096s) 2022-08-17T13:12:21.0575169Z test_cat_lifts (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:21.0736898Z test_chr (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:12:21.0751457Z test_circular_dependency (__main__.TestScript) 2022-08-17T13:12:21.2582552Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.184s) 2022-08-17T13:12:21.3469653Z test_class_as_attribute (__main__.TestScript) ... ok (0.089s) 2022-08-17T13:12:21.3519112Z test_class_attribute (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:21.3572380Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:21.3713275Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:21.3723199Z test_code_with_constants (__main__.TestScript) 2022-08-17T13:12:21.3936517Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.022s) 2022-08-17T13:12:21.3946861Z test_code_with_constants_restore (__main__.TestScript) 2022-08-17T13:12:21.4502750Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.056s) 2022-08-17T13:12:21.4731705Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:12:21.4921622Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:12:21.4939302Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:12:21.6812030Z test_conditional_casting (__main__.TestScript) ... ok (0.187s) 2022-08-17T13:12:21.6963413Z test_constant_as_attr (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:21.7089347Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:21.7306350Z test_constant_pooling_none (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:12:21.7462975Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:12:21.8138794Z test_context_manager (__main__.TestScript) ... ok (0.068s) 2022-08-17T13:12:21.8359516Z test_conv_error (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:12:21.9322447Z test_convert_base (__main__.TestScript) ... ok (0.096s) 2022-08-17T13:12:21.9838055Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.051s) 2022-08-17T13:12:22.0035504Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:22.0387441Z test_desugar_module (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:12:22.0534595Z test_device_kwarg (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:22.0687073Z test_device_type (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:22.0691977Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-08-17T13:12:22.0730055Z test_dir (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:22.2150206Z test_divmod (__main__.TestScript) ... ok (0.142s) 2022-08-17T13:12:22.2176269Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.003s) 2022-08-17T13:12:23.6516720Z test_dropout_eval (__main__.TestScript) ... ok (1.434s) 2022-08-17T13:12:23.7133394Z test_dropout_script (__main__.TestScript) ... ok (0.062s) 2022-08-17T13:12:23.7277508Z test_dtype_attr (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:23.8779040Z test_dtype_op_shape (__main__.TestScript) ... ok (0.150s) 2022-08-17T13:12:24.0758248Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.198s) 2022-08-17T13:12:24.0869649Z test_early_return_closure (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:24.1223393Z test_early_return_fork_join (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:12:24.2956555Z test_early_return_rewrite (__main__.TestScript) ... ok (0.175s) 2022-08-17T13:12:24.3088718Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:24.5122494Z test_early_returns_loops (__main__.TestScript) ... ok (0.203s) 2022-08-17T13:12:24.5378135Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:12:24.5643258Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:12:24.5985916Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:12:24.6233324Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:24.6521286Z test_ellipsis_end (__main__.TestScript) ... ok (0.029s) 2022-08-17T13:12:24.6878416Z test_ellipsis_mid (__main__.TestScript) ... ok (0.036s) 2022-08-17T13:12:24.7228052Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:12:24.7482552Z test_ellipsis_start (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:24.7963210Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.048s) 2022-08-17T13:12:24.8095736Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:24.8107179Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:12:24.9459422Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.135s) 2022-08-17T13:12:24.9582920Z test_erase_number_types (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:25.0148980Z test_error (__main__.TestScript) ... ok (0.057s) 2022-08-17T13:12:25.0669096Z test_error_stacktrace (__main__.TestScript) ... ok (0.052s) 2022-08-17T13:12:25.1715580Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.105s) 2022-08-17T13:12:25.2075497Z test_eval_python (__main__.TestScript) ... ok (0.036s) 2022-08-17T13:12:25.2157207Z test_exception_exits_closure (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:12:25.4456773Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.230s) 2022-08-17T13:12:25.4595026Z test_expand (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:25.5132243Z test_fibb (__main__.TestScript) ... ok (0.054s) 2022-08-17T13:12:25.5400157Z test_fibb_totally_better (__main__.TestScript) ... ok (0.027s) 2022-08-17T13:12:25.5424925Z test_file_format_serialization (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:25.5455614Z test_file_line_error (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:25.6334248Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.088s) 2022-08-17T13:12:25.6433382Z test_file_line_graph (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:12:25.6855570Z test_file_line_save_load (__main__.TestScript) ... ok (0.042s) 2022-08-17T13:12:25.6880262Z test_file_line_string (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:25.7275934Z test_file_line_trace (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:12:25.7347133Z test_filecheck (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:12:25.7390387Z test_filecheck_parse (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:25.8216211Z test_first_class_calls (__main__.TestScript) ... ok (0.082s) 2022-08-17T13:12:25.8380677Z test_first_class_module (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:12:25.8613942Z test_floor_div (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:12:25.9735562Z test_floordiv (__main__.TestScript) ... ok (0.112s) 2022-08-17T13:12:25.9756130Z test_for_else (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:26.0295819Z test_for_in_dict (__main__.TestScript) ... ok (0.054s) 2022-08-17T13:12:26.1991598Z test_for_in_enumerate (__main__.TestScript) ... ok (0.169s) 2022-08-17T13:12:26.2242893Z test_for_in_range (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:26.3499878Z test_for_in_range_ast (__main__.TestScript) ... ok (0.126s) 2022-08-17T13:12:26.4732937Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.123s) 2022-08-17T13:12:26.5137475Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.040s) 2022-08-17T13:12:26.5436898Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.030s) 2022-08-17T13:12:26.6263668Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.083s) 2022-08-17T13:12:26.6441788Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:12:26.7383676Z test_for_in_string (__main__.TestScript) ... ok (0.094s) 2022-08-17T13:12:26.7870591Z test_for_in_tensors (__main__.TestScript) ... ok (0.049s) 2022-08-17T13:12:26.7902683Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:26.8565479Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.066s) 2022-08-17T13:12:26.8790210Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:12:27.0143570Z test_for_in_zip (__main__.TestScript) ... ok (0.135s) 2022-08-17T13:12:27.1224086Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.108s) 2022-08-17T13:12:27.1645414Z test_for_tuple_assign (__main__.TestScript) ... ok (0.042s) 2022-08-17T13:12:27.2730802Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.108s) 2022-08-17T13:12:27.3091615Z test_format (__main__.TestScript) ... ok (0.036s) 2022-08-17T13:12:27.4164115Z test_func_call (__main__.TestScript) ... ok (0.107s) 2022-08-17T13:12:27.4308710Z test_function_compilation_caching (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:27.5507888Z test_function_overload_misuse (__main__.TestScript) ... ok (0.120s) 2022-08-17T13:12:27.6059079Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.055s) 2022-08-17T13:12:27.7997178Z test_function_overloads (__main__.TestScript) ... ok (0.194s) 2022-08-17T13:12:27.8008309Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:12:28.0465535Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.245s) 2022-08-17T13:12:28.0692818Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:12:28.0974003Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:28.1010830Z test_generic_list_errors (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:28.2570989Z test_get_set_state (__main__.TestScript) ... ok (0.156s) 2022-08-17T13:12:28.3008302Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.044s) 2022-08-17T13:12:28.3155373Z test_grad_from_script (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:28.3441699Z test_hash (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:28.3922469Z test_hex_literals (__main__.TestScript) ... ok (0.048s) 2022-08-17T13:12:28.4575827Z test_id (__main__.TestScript) ... ok (0.065s) 2022-08-17T13:12:28.4812654Z test_if (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:12:28.5216397Z test_if_define (__main__.TestScript) ... ok (0.040s) 2022-08-17T13:12:28.5365486Z test_if_different_type (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:28.6388519Z test_if_for_in_range (__main__.TestScript) ... ok (0.102s) 2022-08-17T13:12:28.7481655Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.109s) 2022-08-17T13:12:28.7617232Z test_if_list_cat (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:29.0695215Z test_if_nest_while (__main__.TestScript) ... ok (0.308s) 2022-08-17T13:12:29.1047645Z test_if_noelse (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:12:29.1100195Z test_if_not_defined_error (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:29.1447662Z test_if_supertype (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:12:29.1753470Z test_ignore_decorator (__main__.TestScript) ... ok (0.030s) 2022-08-17T13:12:29.2078666Z test_ignored_as_value (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:12:29.2293930Z test_ignored_method_binding (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:12:29.2460529Z test_ignored_props (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:12:29.2956727Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.049s) 2022-08-17T13:12:29.3755353Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.080s) 2022-08-17T13:12:29.3878641Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:29.7789925Z test_index (__main__.TestScript) ... ok (0.391s) 2022-08-17T13:12:29.7902695Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:29.8198156Z test_index_with_tuple (__main__.TestScript) ... ok (0.029s) 2022-08-17T13:12:29.8223558Z test_indexing_error (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:29.8447901Z test_infer_size (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:12:29.8452292Z test_inferred_error_msg (__main__.TestScript) 2022-08-17T13:12:29.8520213Z Test that when we get a type mismatch on a function where we inferred ... ok (0.007s) 2022-08-17T13:12:29.8959662Z test_inherit_method (__main__.TestScript) ... ok (0.044s) 2022-08-17T13:12:29.8967458Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-08-17T13:12:29.8979619Z test_inlined_graph (__main__.TestScript) 2022-08-17T13:12:29.9367978Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.040s) 2022-08-17T13:12:29.9617836Z test_inlining_cleanup (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:29.9860843Z test_inplace_add (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:12:30.0097537Z test_inplace_copy_script (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:12:30.0258933Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:12:30.0374424Z test_int_cast (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:30.0420649Z test_integral_shape_inference (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:30.0445321Z test_interpret_graph (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:31.7572773Z test_interpreter_fuzz (__main__.TestScript) ... ok (1.712s) 2022-08-17T13:12:31.8235782Z test_intlist_args (__main__.TestScript) ... ok (0.066s) 2022-08-17T13:12:31.8266184Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:31.8282962Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:31.8314042Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:31.8327418Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:12:31.9388061Z test_is_after_use (__main__.TestScript) ... ok (0.106s) 2022-08-17T13:12:32.1476509Z test_is_isnot (__main__.TestScript) ... ok (0.209s) 2022-08-17T13:12:32.1487598Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:12:32.1566185Z test_is_scripting (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:12:32.1649250Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:12:32.1904103Z test_isinstance (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:32.2107860Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:32.2340290Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:12:32.3107249Z test_isinstance_refinement (__main__.TestScript) ... ok (0.077s) 2022-08-17T13:12:32.3358597Z test_jitter_bug (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:32.3489087Z test_keyword (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:32.3508503Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:32.3548049Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:32.4520104Z test_lazy_script (__main__.TestScript) ... ok (0.097s) 2022-08-17T13:12:32.4893276Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.037s) 2022-08-17T13:12:32.5448194Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.055s) 2022-08-17T13:12:32.5732084Z test_lhs_indexing (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:32.5978209Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:32.6337479Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.036s) 2022-08-17T13:12:32.6576926Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:12:32.6819648Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.024s) 2022-08-17T13:12:32.7129492Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:12:32.8213039Z test_linear_grad (__main__.TestScript) ... ok (0.108s) 2022-08-17T13:12:33.1153385Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.294s) 2022-08-17T13:12:33.1352030Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:33.1369793Z test_list_iterables (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:33.1680461Z test_list_python_op (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:12:33.2004918Z test_list_unify (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:12:33.3359350Z test_literal (__main__.TestScript) ... ok (0.135s) 2022-08-17T13:12:33.3590072Z test_literals (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:12:33.4269571Z test_logical_short_circuit (__main__.TestScript) ... ok (0.068s) 2022-08-17T13:12:33.4530758Z test_loop_liveness (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:12:33.5146655Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.062s) 2022-08-17T13:12:33.5269254Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:33.5785406Z test_loop_unrolling (__main__.TestScript) ... ok (0.051s) 2022-08-17T13:12:33.6462007Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.068s) 2022-08-17T13:12:33.9870241Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.341s) 2022-08-17T13:12:33.9962675Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:12:34.7513436Z test_math_ops (__main__.TestScript) ... ok (0.755s) 2022-08-17T13:12:34.7522389Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T13:12:34.7536103Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-08-17T13:12:34.7790635Z test_method_casts_script (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:12:34.7839231Z test_method_no_self (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:35.5603369Z test_method_overloading (__main__.TestScript) ... ok (0.776s) 2022-08-17T13:12:35.5684329Z test_missing_getstate (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:12:39.5333709Z test_mm_batching (__main__.TestScript) ... ok (3.965s) 2022-08-17T13:12:39.8998081Z test_module_apis (__main__.TestScript) ... ok (0.366s) 2022-08-17T13:12:39.9136648Z test_module_attrs (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:39.9450817Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:12:40.0234028Z test_module_copying (__main__.TestScript) ... ok (0.078s) 2022-08-17T13:12:40.0248331Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:12:40.0370833Z test_module_method_reassignment (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:40.0764122Z test_module_none_attrs (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:12:40.2153021Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.139s) 2022-08-17T13:12:40.2291700Z test_module_str (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:40.2437963Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:40.2453198Z test_multi_reduction (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:40.2469490Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:40.3557573Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.109s) 2022-08-17T13:12:40.3657800Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:12:40.3755412Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:12:40.4090381Z test_multiple_assign (__main__.TestScript) ... ok (0.033s) 2022-08-17T13:12:40.4348443Z test_multiple_assignment (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:12:40.4483311Z test_mutable_dce (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:40.4670425Z test_mutable_dce_block (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:12:40.4778250Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:40.5129174Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:12:40.5811896Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.068s) 2022-08-17T13:12:40.5962666Z test_mutable_dce_list (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:40.6158853Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:40.7172036Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.101s) 2022-08-17T13:12:40.7241243Z test_mutate_constant (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:12:40.7378299Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:41.0297177Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.292s) 2022-08-17T13:12:41.0582680Z test_namedtuple_attr (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:41.0764940Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:12:41.1221516Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.046s) 2022-08-17T13:12:41.1614683Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:12:41.2005898Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:12:41.2089729Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:12:41.2748751Z test_namedtuple_python (__main__.TestScript) ... ok (0.066s) 2022-08-17T13:12:41.2904325Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:41.3109559Z test_narrow_copy (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:41.5120353Z test_nested_aug_assign (__main__.TestScript) ... ok (0.201s) 2022-08-17T13:12:41.5593686Z test_nested_bailouts (__main__.TestScript) ... ok (0.047s) 2022-08-17T13:12:41.7167447Z test_nested_breaks (__main__.TestScript) ... ok (0.157s) 2022-08-17T13:12:41.7333392Z test_nested_list_construct (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:12:41.8683581Z test_nested_select_assign (__main__.TestScript) ... ok (0.135s) 2022-08-17T13:12:42.3848624Z test_nn_GRU (__main__.TestScript) ... ok (0.516s) 2022-08-17T13:12:42.8026765Z test_nn_LSTM (__main__.TestScript) ... ok (0.418s) 2022-08-17T13:12:43.2748132Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.472s) 2022-08-17T13:12:43.4389370Z test_nn_init (__main__.TestScript) ... ok (0.164s) 2022-08-17T13:12:43.4666815Z test_no_dtype_shape (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:43.4741331Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:12:43.9644255Z test_non_final_return (__main__.TestScript) ... ok (0.490s) 2022-08-17T13:12:43.9655128Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:12:44.0130271Z test_not (__main__.TestScript) ... ok (0.047s) 2022-08-17T13:12:44.0144274Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:12:44.0595153Z test_ntuple_builtins (__main__.TestScript) ... ok (0.045s) 2022-08-17T13:12:44.1271963Z test_number_abs (__main__.TestScript) ... ok (0.068s) 2022-08-17T13:12:44.1385229Z test_number_augassign (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:44.1496499Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:44.1611741Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:44.1725610Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:44.2093235Z test_number_div (__main__.TestScript) ... ok (0.037s) 2022-08-17T13:12:54.2096629Z test_number_math (__main__.TestScript) ... ok (10.000s) 2022-08-17T13:12:54.2319513Z test_number_neg (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:12:54.2331617Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-08-17T13:12:54.2480592Z test_oneline_func (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:54.2743942Z test_op_dtype (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:12:54.3107156Z test_operator_precedence (__main__.TestScript) ... ok (0.036s) 2022-08-17T13:12:54.3136031Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.003s) 2022-08-17T13:12:54.3158609Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-08-17T13:12:54.3474341Z test_ord (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:12:54.4056423Z test_override_magic (__main__.TestScript) ... ok (0.058s) 2022-08-17T13:12:54.4796484Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9784: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-08-17T13:12:54.4797240Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-08-17T13:12:54.5099427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:70: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-08-17T13:12:54.5100607Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-08-17T13:12:54.5211496Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:70: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-08-17T13:12:54.5212482Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-08-17T13:12:54.5252568Z ok (0.120s) 2022-08-17T13:12:54.5274094Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:54.7252814Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.198s) 2022-08-17T13:12:54.8191753Z test_pack_unpack_state (__main__.TestScript) ... ok (0.094s) 2022-08-17T13:12:54.8331490Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-08-17T13:12:54.8331972Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-08-17T13:12:54.8332322Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-08-17T13:12:54.8334933Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-08-17T13:12:54.8335186Z grad_fn=) 2022-08-17T13:12:54.8364660Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-08-17T13:12:54.8365044Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-08-17T13:12:54.8365274Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-08-17T13:12:54.8365547Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-08-17T13:12:54.8365820Z grad_fn=) 2022-08-17T13:12:54.8587933Z ok (0.040s) 2022-08-17T13:12:54.8610468Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:54.8628843Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:54.8701439Z test_parse_nested_names (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:12:54.8719821Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:54.8848751Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:54.8892786Z test_parser_kwargonly (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:54.8928391Z test_parser_type_annotations (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:54.8960620Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:54.8978765Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:54.8995948Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:54.9012169Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:54.9030110Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:54.9159464Z test_partial_returns (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:54.9302987Z test_pass (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:55.0412791Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.111s) 2022-08-17T13:12:55.0416637Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-08-17T13:12:55.0533747Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:55.0546987Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T13:12:55.3923546Z test_pretty_print_function (__main__.TestScript) ... ok (0.337s) 2022-08-17T13:12:55.3932595Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-08-17T13:12:55.4689772Z test_print (__main__.TestScript) ... ok (0.076s) 2022-08-17T13:12:55.4709238Z test_print_kwargs (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:55.4723347Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T13:12:55.4867149Z test_profiling_merge (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:55.4942822Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:12:55.5139242Z test_python_call (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:12:55.5347242Z test_python_call_annotation (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:12:55.5374916Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:12:55.5473552Z test_python_call_failure (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:12:55.5778005Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.030s) 2022-08-17T13:12:55.5839533Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:12:55.5895488Z test_python_frontend (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:12:55.5918328Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:55.5938586Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:55.6277704Z test_python_op_builtins (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:12:55.6313551Z test_python_op_name (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:55.6336034Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:12:55.6351268Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-08-17T13:12:55.6637753Z test_rand_profiling (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:55.6686406Z test_range_args (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:55.6749796Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:12:55.6805133Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:55.6819620Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:12:55.7343456Z test_remove_dropout (__main__.TestScript) ... ok (0.052s) 2022-08-17T13:12:55.7421530Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.008s) 2022-08-17T13:12:55.7643211Z test_request_bailout (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:12:55.7665335Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.002s) 2022-08-17T13:12:55.9508005Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.184s) 2022-08-17T13:12:55.9933586Z test_resize_input_ops (__main__.TestScript) ... ok (0.042s) 2022-08-17T13:12:56.1209349Z test_return (__main__.TestScript) ... ok (0.127s) 2022-08-17T13:12:56.1492524Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:56.1722616Z test_return_tuple (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:12:58.2295859Z test_rnn_trace_override (__main__.TestScript) ... ok (2.057s) 2022-08-17T13:12:58.3086981Z test_robust_op_resolution (__main__.TestScript) ... ok (0.079s) 2022-08-17T13:12:58.3351762Z test_round (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:12:58.3580938Z test_save_load_attr_error (__main__.TestScript) ... ok (0.023s) 2022-08-17T13:12:58.3718520Z test_script_annotation (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:58.3848050Z test_script_bool_constant (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:58.3981006Z test_script_chunk (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:58.4673611Z test_script_clamp_none (__main__.TestScript) ... ok (0.069s) 2022-08-17T13:12:58.4861694Z test_script_copy (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:12:58.4898061Z test_script_cu (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:58.5184334Z test_script_define_order (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:12:58.5246422Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:12:58.5319239Z test_script_docstring (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:12:58.5541715Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:12:58.5547537Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.001s) 2022-08-17T13:12:58.5757120Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:12:58.6082941Z test_script_is_tracing (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:12:58.6289872Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:12:58.6404892Z test_script_method_docstring (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:12:58.6586100Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:12:58.7430882Z test_script_module (__main__.TestScript) ... ok (0.084s) 2022-08-17T13:12:58.7552192Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:12:58.7723869Z test_script_module_const (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:12:58.8154912Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.043s) 2022-08-17T13:12:58.8722817Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.057s) 2022-08-17T13:12:58.9197601Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.047s) 2022-08-17T13:12:59.0193294Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.099s) 2022-08-17T13:12:59.0205113Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-08-17T13:12:59.0522370Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:12:59.0570817Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:59.0709453Z test_script_module_for (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:12:59.2068940Z test_script_module_for2 (__main__.TestScript) ... ok (0.136s) 2022-08-17T13:12:59.2104632Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:12:59.2471968Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.037s) 2022-08-17T13:12:59.2481383Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-08-17T13:12:59.2536623Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:59.2687600Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:12:59.3353608Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.066s) 2022-08-17T13:12:59.4918782Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.157s) 2022-08-17T13:12:59.4967455Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:12:59.5024166Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:12:59.5114431Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:12:59.6903620Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.179s) 2022-08-17T13:12:59.7035689Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:12:59.7603569Z test_script_optional_none (__main__.TestScript) ... ok (0.057s) 2022-08-17T13:12:59.7714797Z test_script_outputs (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:13:00.0434051Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.272s) 2022-08-17T13:13:00.3130187Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.269s) 2022-08-17T13:13:00.3138768Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:13:00.4220169Z test_script_sequential_for (__main__.TestScript) ... ok (0.108s) 2022-08-17T13:13:00.7072302Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.285s) 2022-08-17T13:13:00.7421607Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:13:00.9199059Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.178s) 2022-08-17T13:13:01.1022060Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.182s) 2022-08-17T13:13:01.1527831Z test_script_star_assign (__main__.TestScript) ... ok (0.051s) 2022-08-17T13:13:01.2428507Z test_script_star_expr (__main__.TestScript) ... ok (0.090s) 2022-08-17T13:13:01.3437844Z test_script_star_expr_string (__main__.TestScript) ... ok (0.101s) 2022-08-17T13:13:01.3715215Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:13:01.3732352Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-08-17T13:13:01.3746549Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T13:13:01.3760954Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T13:13:01.4079784Z test_select_after_chunk (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:13:01.4181657Z test_sequence_parsing (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:13:01.6302660Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.212s) 2022-08-17T13:13:01.6700231Z test_serialization_big_ints (__main__.TestScript) ... ok (0.040s) 2022-08-17T13:13:01.6946198Z test_serialization_sharing (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:13:01.7117678Z test_serialize_long_lines (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:13:01.7829723Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.071s) 2022-08-17T13:13:01.8503255Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.067s) 2022-08-17T13:13:02.0226684Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.172s) 2022-08-17T13:13:02.0827205Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.060s) 2022-08-17T13:13:02.1172814Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:13:02.1307944Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:13:02.1420975Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:13:02.1771801Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:13:02.1878904Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:13:02.1983639Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:13:02.2298288Z test_signed_float_zero (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:13:02.2320910Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:13:02.2340862Z test_single_starred_lhs (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:13:02.2562604Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:13:02.2571715Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T13:13:02.2917819Z test_split (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:13:02.3434208Z test_stack (__main__.TestScript) ... ok (0.052s) 2022-08-17T13:13:02.7348679Z test_static_if_prop (__main__.TestScript) ... ok (0.391s) 2022-08-17T13:13:02.7360268Z test_static_method_on_module (__main__.TestScript) 2022-08-17T13:13:02.7662161Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.031s) 2022-08-17T13:13:02.8600647Z test_static_methods (__main__.TestScript) ... ok (0.094s) 2022-08-17T13:13:02.8695906Z test_str_cast (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:13:02.8716389Z test_string_cu (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:13:02.8819716Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:13:02.9213126Z test_string_frontend_elif (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:13:02.9372063Z test_string_index (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:13:02.9551414Z test_string_len (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:13:02.9699421Z test_string_list (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:13:02.9714889Z test_string_new_line (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:13:02.9878205Z test_string_ops (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:13:03.0077397Z test_string_print (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:13:03.0090910Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-08-17T13:13:03.0596417Z test_string_slicing (__main__.TestScript) ... ok (0.050s) 2022-08-17T13:13:03.0769637Z test_string_sort (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:13:03.0942153Z test_string_sorted (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:13:03.1732969Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.079s) 2022-08-17T13:13:03.1883700Z test_submodule_twice (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:13:03.2071123Z test_sum (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:13:03.2419799Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:13:03.2767713Z test_sum_list_empty (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:13:03.3057896Z test_sum_list_literal (__main__.TestScript) ... ok (0.029s) 2022-08-17T13:13:03.3401438Z test_sum_list_one (__main__.TestScript) ... ok (0.034s) 2022-08-17T13:13:03.3431609Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:13:03.3521576Z test_sys_stdout_override (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:13:03.3547644Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.003s) 2022-08-17T13:13:03.3675800Z test_tensor_data (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:13:03.3685522Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T13:13:03.4173849Z test_tensor_dtype (__main__.TestScript) ... ok (0.049s) 2022-08-17T13:13:03.4568298Z test_tensor_grad (__main__.TestScript) ... ok (0.039s) 2022-08-17T13:13:03.4771758Z test_tensor_import_export (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:13:03.4901100Z test_tensor_len (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:13:05.1502543Z test_tensor_number_math (__main__.TestScript) ... ok (1.660s) 2022-08-17T13:13:05.1506951Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.001s) 2022-08-17T13:13:05.1517975Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-08-17T13:13:05.1691561Z test_tensor_shape (__main__.TestScript) ... ok (0.017s) 2022-08-17T13:13:05.1719120Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-08-17T13:13:05.1719701Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-08-17T13:13:05.2037015Z ok (0.034s) 2022-08-17T13:13:05.3503822Z test_tensor_to (__main__.TestScript) ... ok (0.147s) 2022-08-17T13:13:05.3665473Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.016s) 2022-08-17T13:13:05.3673012Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T13:13:05.3679215Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-08-17T13:13:05.4058892Z test_ternary (__main__.TestScript) ... ok (0.038s) 2022-08-17T13:13:05.5563975Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.150s) 2022-08-17T13:13:05.5948629Z test_ternary_right_associative (__main__.TestScript) ... ok (0.038s) 2022-08-17T13:13:05.6263827Z test_ternary_static_if (__main__.TestScript) ... ok (0.031s) 2022-08-17T13:13:05.7215160Z test_torch_any (__main__.TestScript) ... ok (0.095s) 2022-08-17T13:13:05.7250118Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.004s) 2022-08-17T13:13:05.9524220Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.227s) 2022-08-17T13:13:06.0362494Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.084s) 2022-08-17T13:13:06.1749737Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.139s) 2022-08-17T13:13:06.2214706Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.046s) 2022-08-17T13:13:06.2565813Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:13:06.2758872Z test_torch_manual_seed (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:13:06.4380747Z test_torch_pow (__main__.TestScript) ... ok (0.162s) 2022-08-17T13:13:08.8583140Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-08-17T13:13:08.8583900Z return callable(*args, **kwargs) 2022-08-17T13:13:08.8854172Z ok (2.447s) 2022-08-17T13:13:08.9113876Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:13:08.9816378Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.070s) 2022-08-17T13:13:09.0358986Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.054s) 2022-08-17T13:13:09.0467650Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:13:09.8542672Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.807s) 2022-08-17T13:13:11.4163073Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (1.562s) 2022-08-17T13:13:11.4378239Z test_training_param (__main__.TestScript) ... ok (0.021s) 2022-08-17T13:13:11.6822988Z test_tuple_assignments (__main__.TestScript) ... ok (0.244s) 2022-08-17T13:13:11.6858252Z test_tuple_error_msg (__main__.TestScript) ... ok (0.004s) 2022-08-17T13:13:11.7138885Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.028s) 2022-08-17T13:13:11.8044760Z test_tuple_indexing (__main__.TestScript) ... ok (0.090s) 2022-08-17T13:13:11.8226747Z test_tuple_len (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:13:11.8591227Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.036s) 2022-08-17T13:13:11.8783267Z test_tuple_sort (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:13:11.8979641Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.020s) 2022-08-17T13:13:11.9174528Z test_tuple_sorted (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:13:11.9354076Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:13:11.9471754Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:13:11.9623620Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.015s) 2022-08-17T13:13:11.9740212Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:13:12.0441469Z test_type_annotate (__main__.TestScript) ... ok (0.070s) 2022-08-17T13:13:12.0665362Z test_type_annotation_module (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:13:12.1015426Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.035s) 2022-08-17T13:13:12.1721842Z test_type_annotations (__main__.TestScript) ... ok (0.070s) 2022-08-17T13:13:12.2222903Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.050s) 2022-08-17T13:13:12.2777160Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.055s) 2022-08-17T13:13:12.2835944Z test_type_call_in_script (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:13:12.3059416Z test_type_cast (__main__.TestScript) ... ok (0.022s) 2022-08-17T13:13:12.3181785Z test_type_comments_in_body (__main__.TestScript) ... ok (0.012s) 2022-08-17T13:13:12.3189112Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-08-17T13:13:12.3260036Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.008s) 2022-08-17T13:13:12.3273611Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-08-17T13:13:12.3372522Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:13:12.3503844Z test_unicode_comments (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:13:12.3698226Z test_uninitialized (__main__.TestScript) ... ok (0.019s) 2022-08-17T13:13:12.3805540Z test_union_to_number (__main__.TestScript) ... ok (0.011s) 2022-08-17T13:13:12.3830657Z test_unknown_builtin (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:13:12.3894707Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.006s) 2022-08-17T13:13:12.4036234Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:13:12.4045681Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-08-17T13:13:12.4073380Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:13:12.4218598Z test_unused_decorator (__main__.TestScript) ... ok (0.014s) 2022-08-17T13:13:12.4539591Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.032s) 2022-08-17T13:13:12.6892689Z test_var_aug_assign (__main__.TestScript) ... ok (0.235s) 2022-08-17T13:13:12.7077095Z test_vararg_zeros (__main__.TestScript) ... ok (0.018s) 2022-08-17T13:13:12.7206024Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.013s) 2022-08-17T13:13:12.7260441Z test_view_shape_prop (__main__.TestScript) ... ok (0.005s) 2022-08-17T13:13:12.7638517Z test_view_write (__main__.TestScript) ... ok (0.038s) 2022-08-17T13:13:12.7648216Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-08-17T13:13:12.7907454Z test_where (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:13:12.8155603Z test_where_method (__main__.TestScript) ... ok (0.025s) 2022-08-17T13:13:12.8624170Z test_while (__main__.TestScript) ... ok (0.047s) 2022-08-17T13:13:13.1078920Z test_while_nest_if (__main__.TestScript) ... ok (0.245s) 2022-08-17T13:13:13.2162833Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.108s) 2022-08-17T13:13:13.2184257Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:13:13.2881307Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.069s) 2022-08-17T13:13:13.2910679Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.003s) 2022-08-17T13:13:13.3171284Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.026s) 2022-08-17T13:13:13.3236588Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.007s) 2022-08-17T13:13:13.3260140Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:13:13.3348981Z test_wrong_return_type (__main__.TestScript) ... ok (0.009s) 2022-08-17T13:13:13.3373386Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.002s) 2022-08-17T13:13:13.3472161Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.010s) 2022-08-17T13:13:13.3840925Z test_zeros (__main__.TestScript) ... ok (0.037s) 2022-08-17T13:13:15.9758379Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (2.592s) 2022-08-17T13:13:15.9762866Z test_bool (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:15.9779008Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-08-17T13:13:15.9785336Z test_contains (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:15.9800409Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-08-17T13:13:15.9806646Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:15.9823316Z Test deletion. ... ok (0.002s) 2022-08-17T13:13:15.9828642Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:15.9850209Z Test accessing dictionary values using the [] operator. ... ok (0.003s) 2022-08-17T13:13:15.9854834Z test_items (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:15.9866967Z Test .items(). ... ok (0.002s) 2022-08-17T13:13:15.9871177Z test_iter (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:15.9883193Z Test iteration over a dictionary's keys. ... ok (0.002s) 2022-08-17T13:13:15.9886836Z test_len (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:15.9899072Z Test len() builtin function. ... ok (0.002s) 2022-08-17T13:13:15.9907723Z test_nested (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:15.9908703Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-08-17T13:13:15.9913871Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:16.0044637Z Test that reference semantics are honoured; that modifications made ... ok (0.013s) 2022-08-17T13:13:16.0047903Z test_repr (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:16.0058079Z Test the __repr__ method. ... ok (0.001s) 2022-08-17T13:13:16.0064852Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-08-17T13:13:16.0079478Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-08-17T13:13:16.0084158Z test_append (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0095822Z Test append method. ... ok (0.002s) 2022-08-17T13:13:16.0099484Z test_bool (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0108145Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-08-17T13:13:16.0111120Z test_clear (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0117734Z Test clear. ... ok (0.001s) 2022-08-17T13:13:16.0123312Z test_contains (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0134862Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-08-17T13:13:16.0139395Z test_count (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0150193Z Test count method. ... ok (0.001s) 2022-08-17T13:13:16.0156118Z test_delitem (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0169558Z Test deletion. ... ok (0.002s) 2022-08-17T13:13:16.0182709Z test_extend (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0203315Z Test extend. ... ok (0.003s) 2022-08-17T13:13:16.0214620Z test_getitem (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0263155Z Test accessing list elements using the [] operator. ... ok (0.006s) 2022-08-17T13:13:16.0269845Z test_insert (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0285493Z Test insert. ... ok (0.002s) 2022-08-17T13:13:16.0289696Z test_iter (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0300255Z Test iteration over a list's elements. ... ok (0.001s) 2022-08-17T13:13:16.0303720Z test_len (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0313707Z Test len() builtin function. ... ok (0.001s) 2022-08-17T13:13:16.0322907Z test_nested (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0324295Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-08-17T13:13:16.0330527Z test_pop (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0349446Z Test pop. ... ok (0.003s) 2022-08-17T13:13:16.0354939Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0473926Z Test that reference semantics are honoured; that modifications made ... ok (0.012s) 2022-08-17T13:13:16.0479846Z test_remove (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0494295Z Test remove method. ... ok (0.002s) 2022-08-17T13:13:16.0497705Z test_repr (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0506614Z Test the __repr__ method. ... ok (0.001s) 2022-08-17T13:13:16.0519660Z test_setitem (jit.test_list_dict.TestScriptList) 2022-08-17T13:13:16.0544126Z Test setting list elements using the [] operator. ... ok (0.004s) 2022-08-17T13:13:16.0824908Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.028s) 2022-08-17T13:13:16.1103703Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.028s) 2022-08-17T13:13:16.1357704Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.025s) 2022-08-17T13:13:16.1447484Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-08-17T13:13:16.1813306Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.036s) 2022-08-17T13:13:16.1898078Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-08-17T13:13:16.2191424Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.029s) 2022-08-17T13:13:16.2447504Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.026s) 2022-08-17T13:13:16.2725672Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.028s) 2022-08-17T13:13:16.2993754Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.027s) 2022-08-17T13:13:16.3085398Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-08-17T13:13:16.3169584Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-08-17T13:13:16.3250007Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-08-17T13:13:16.3326896Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-08-17T13:13:16.8106001Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.478s) 2022-08-17T13:13:16.8118804Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-08-17T13:13:17.2522599Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.440s) 2022-08-17T13:13:17.5522435Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.300s) 2022-08-17T13:13:19.0769400Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (1.525s) 2022-08-17T13:13:19.1756946Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.099s) 2022-08-17T13:13:19.2476495Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.072s) 2022-08-17T13:13:19.2765666Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.029s) 2022-08-17T13:13:19.2797110Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.003s) 2022-08-17T13:13:19.3007491Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.021s) 2022-08-17T13:13:19.3200712Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.019s) 2022-08-17T13:13:19.3404483Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.020s) 2022-08-17T13:13:19.3594676Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.019s) 2022-08-17T13:13:19.3791915Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.020s) 2022-08-17T13:13:19.4128414Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.034s) 2022-08-17T13:13:19.4350358Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.022s) 2022-08-17T13:13:19.4510972Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.016s) 2022-08-17T13:13:19.4725637Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.021s) 2022-08-17T13:13:19.4960997Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.023s) 2022-08-17T13:13:19.5179684Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.022s) 2022-08-17T13:13:19.5379392Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.020s) 2022-08-17T13:13:19.5578739Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.020s) 2022-08-17T13:13:19.5864202Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.028s) 2022-08-17T13:13:19.6222674Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.036s) 2022-08-17T13:13:19.6744798Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.052s) 2022-08-17T13:13:19.7025790Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.028s) 2022-08-17T13:13:19.7319292Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.029s) 2022-08-17T13:13:19.7458579Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-08-17T13:13:19.7590684Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-08-17T13:13:19.7725155Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-08-17T13:13:19.7860539Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-08-17T13:13:19.7990692Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-08-17T13:13:19.8167383Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.018s) 2022-08-17T13:13:19.8310820Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-08-17T13:13:19.8493703Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.018s) 2022-08-17T13:13:19.8752600Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.026s) 2022-08-17T13:13:19.8937032Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.018s) 2022-08-17T13:13:19.9083019Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-08-17T13:13:19.9221387Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-08-17T13:13:19.9353505Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-08-17T13:13:19.9507077Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-08-17T13:13:19.9675149Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.017s) 2022-08-17T13:13:19.9824901Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-08-17T13:13:19.9961019Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-08-17T13:13:20.0090921Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-08-17T13:13:20.0273528Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.018s) 2022-08-17T13:13:20.0447669Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.017s) 2022-08-17T13:13:20.0639269Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-08-17T13:13:20.0831257Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-08-17T13:13:20.2726376Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.189s) 2022-08-17T13:13:20.4042271Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.132s) 2022-08-17T13:13:20.4318427Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-08-17T13:13:20.4520948Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-08-17T13:13:20.5477045Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.096s) 2022-08-17T13:13:20.5659085Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-08-17T13:13:20.6188692Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.053s) 2022-08-17T13:13:20.7860022Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.167s) 2022-08-17T13:13:20.9389576Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.153s) 2022-08-17T13:13:20.9643887Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.025s) 2022-08-17T13:13:21.0120194Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.047s) 2022-08-17T13:13:21.0508529Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.039s) 2022-08-17T13:13:21.6574681Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.606s) 2022-08-17T13:13:21.7848594Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.127s) 2022-08-17T13:13:21.7859418Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-08-17T13:13:21.7889740Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-08-17T13:13:21.8174400Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-08-17T13:13:21.9857970Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.168s) 2022-08-17T13:13:22.1195546Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.134s) 2022-08-17T13:13:22.1206904Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-08-17T13:13:22.1266997Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-08-17T13:13:22.1527457Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-08-17T13:13:22.1660081Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-08-17T13:13:22.1707700Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.005s) 2022-08-17T13:13:22.2157710Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.045s) 2022-08-17T13:13:22.2416815Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.026s) 2022-08-17T13:13:22.3112991Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.069s) 2022-08-17T13:13:22.4818320Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.171s) 2022-08-17T13:13:22.4825001Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-08-17T13:13:22.5617030Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.079s) 2022-08-17T13:13:22.5858247Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.024s) 2022-08-17T13:13:22.6088759Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.023s) 2022-08-17T13:13:22.6320801Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.023s) 2022-08-17T13:13:22.6543943Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.022s) 2022-08-17T13:13:22.6786164Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.024s) 2022-08-17T13:13:22.7043442Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.026s) 2022-08-17T13:13:22.7070296Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.003s) 2022-08-17T13:13:22.7738235Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.067s) 2022-08-17T13:13:22.7750985Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:13:22.7764411Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-08-17 13:13:22 756:756 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:13:22.7772017Z STAGE:2022-08-17 13:13:22 756:756 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:13:22.7786628Z ok (0.004s) 2022-08-17T13:13:22.7864830Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-08-17T13:13:22.8125513Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.026s) 2022-08-17T13:13:22.8136060Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:13:22.8214178Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-08-17T13:13:22.8410402Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.019s) 2022-08-17T13:13:22.8504980Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-08-17T13:13:22.8913628Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.041s) 2022-08-17T13:13:22.9034337Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.012s) 2022-08-17T13:13:22.9256327Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.022s) 2022-08-17T13:13:22.9267156Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-08-17T13:13:22.9451712Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.018s) 2022-08-17T13:13:22.9484985Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-08-17T13:13:22.9543559Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-08-17T13:13:22.9577303Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-08-17T13:13:22.9648864Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-08-17T13:13:22.9672858Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:13:22.9691354Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:13:22.9707616Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-08-17T13:13:22.9774011Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-08-17T13:13:22.9852697Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-08-17T13:13:22.9910458Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-08-17T13:13:23.0078864Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.017s) 2022-08-17T13:13:23.0136194Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-08-17T13:13:23.0220183Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-08-17T13:13:23.0379367Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.016s) 2022-08-17T13:13:23.0593935Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.021s) 2022-08-17T13:13:23.1368559Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.077s) 2022-08-17T13:13:23.2313841Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.094s) 2022-08-17T13:13:23.2819177Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.050s) 2022-08-17T13:13:23.3534572Z test_constant (jit.test_tracer.TestTracer) ... ok (0.071s) 2022-08-17T13:13:23.5409629Z test_conv (jit.test_tracer.TestTracer) ... ok (0.187s) 2022-08-17T13:13:23.7204015Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.179s) 2022-08-17T13:13:23.7867206Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.066s) 2022-08-17T13:13:23.8364139Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.050s) 2022-08-17T13:13:23.9259206Z test_ge (jit.test_tracer.TestTracer) ... ok (0.089s) 2022-08-17T13:13:23.9263390Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-08-17T13:13:24.6751680Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.749s) 2022-08-17T13:13:24.9602549Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.285s) 2022-08-17T13:13:25.0164298Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.056s) 2022-08-17T13:13:25.0540580Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-08-17T13:13:25.0827560Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-08-17T13:13:25.0893427Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-08-17T13:13:25.1285051Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-08-17T13:13:25.1643872Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-08-17T13:13:25.1740788Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-08-17T13:13:25.2030709Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-08-17T13:13:25.2265511Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-08-17T13:13:25.2558513Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-08-17T13:13:25.2595554Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-08-17T13:13:25.2633454Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-08-17T13:13:25.2643966Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-08-17T13:13:25.3006263Z Check that dictionary access doesn't care about insertion order ... ok (0.037s) 2022-08-17T13:13:25.3374673Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-08-17T13:13:25.3735999Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-08-17T13:13:25.4102076Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-08-17T13:13:25.4113742Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-08-17T13:13:25.4495305Z Check that the trace remembers which keys were in a dict input ... ok (0.039s) 2022-08-17T13:13:25.4797461Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-08-17T13:13:25.4802560Z test_input_flatten (jit.test_tracer.TestTracer) 2022-08-17T13:13:25.5634092Z Check that inputs to traced functions are flattened ... ok (0.084s) 2022-08-17T13:13:25.5696709Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:13:25.5964057Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-08-17T13:13:25.6286200Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-08-17T13:13:25.6599917Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-08-17T13:13:25.7011184Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-08-17T13:13:25.9983650Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.297s) 2022-08-17T13:13:25.9996829Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-08-17T13:13:26.0448301Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-08-17T13:13:26.0806773Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-08-17T13:13:26.1470026Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.066s) 2022-08-17T13:13:26.1710464Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-08-17T13:13:26.1748645Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-08-17T13:13:26.1754005Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-08-17T13:13:26.2411585Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.066s) 2022-08-17T13:13:26.2677154Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-08-17T13:13:26.3121333Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.044s) 2022-08-17T13:13:26.3512093Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-08-17T13:13:26.3936487Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.042s) 2022-08-17T13:13:26.3995995Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-08-17T13:13:26.5436409Z test_simple (jit.test_tracer.TestTracer) ... ok (0.144s) 2022-08-17T13:13:26.5461294Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-08-17T13:13:26.5863086Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-08-17T13:13:26.6160547Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-08-17T13:13:26.7368125Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.121s) 2022-08-17T13:13:26.8878540Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.151s) 2022-08-17T13:13:26.9168506Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-08-17T13:13:26.9216481Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.005s) 2022-08-17T13:13:27.1935360Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.272s) 2022-08-17T13:13:27.2243176Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-08-17T13:13:27.2529840Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-08-17T13:13:27.2959014Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-08-17T13:13:27.3535047Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.058s) 2022-08-17T13:13:27.3756795Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-08-17T13:13:27.4016487Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-08-17T13:13:27.4832483Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.081s) 2022-08-17T13:13:27.5326032Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-08-17T13:13:27.5930982Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.060s) 2022-08-17T13:13:27.6168311Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-08-17T13:13:27.6471648Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-08-17T13:13:27.6795245Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-08-17T13:13:27.6903163Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-08-17T13:13:27.7051372Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-08-17T13:13:27.7167239Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-08-17T13:13:27.7863181Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.069s) 2022-08-17T13:13:27.8535658Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.067s) 2022-08-17T13:13:27.9689663Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.115s) 2022-08-17T13:13:28.2971983Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.328s) 2022-08-17T13:13:28.4793732Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.182s) 2022-08-17T13:13:28.5368386Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.057s) 2022-08-17T13:13:28.5609408Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-08-17T13:13:28.5883661Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-08-17T13:13:28.6165084Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-08-17T13:13:28.6637400Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-08-17T13:13:28.7637401Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.100s) 2022-08-17T13:13:28.7864258Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-08-17T13:13:28.8830846Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.097s) 2022-08-17T13:13:28.9357276Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.053s) 2022-08-17T13:13:29.2113585Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.275s) 2022-08-17T13:13:29.3319977Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.121s) 2022-08-17T13:13:29.3612998Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-08-17T13:13:29.3613459Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-08-17T13:13:29.3613776Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-08-17T13:13:29.3615438Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-08-17T13:13:29.3616161Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-08-17T13:13:29.3616978Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-08-17T13:13:29.3617904Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-08-17T13:13:29.3618370Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-08-17T13:13:29.3618641Z return (%12) 2022-08-17T13:13:29.3618751Z 2022-08-17T13:13:29.3639118Z ok (0.032s) 2022-08-17T13:13:29.3924032Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-08-17T13:13:29.4618441Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.069s) 2022-08-17T13:13:29.5484151Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.086s) 2022-08-17T13:13:29.5716431Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-08-17T13:13:29.6083455Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-08-17T13:13:29.7145562Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.106s) 2022-08-17T13:13:29.7428056Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-08-17T13:13:29.7564542Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-08-17T13:13:29.8374150Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.081s) 2022-08-17T13:13:29.8732540Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-08-17T13:13:30.1090490Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.236s) 2022-08-17T13:13:30.1277543Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-08-17T13:13:30.1830126Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.055s) 2022-08-17T13:13:30.2998480Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.117s) 2022-08-17T13:13:30.3224130Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-08-17T13:13:30.6972464Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.375s) 2022-08-17T13:13:30.7426978Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-08-17T13:13:30.7873742Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-08-17T13:13:30.8348786Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-08-17T13:13:31.2377014Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.403s) 2022-08-17T13:13:31.5326620Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.295s) 2022-08-17T13:13:31.5374295Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-08-17T13:13:31.5375145Z return x.topk(y, dim=1)[1] 2022-08-17T13:13:31.5721225Z ok (0.039s) 2022-08-17T13:13:31.6291910Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.057s) 2022-08-17T13:13:31.6587530Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-08-17T13:13:31.7137138Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.055s) 2022-08-17T13:13:31.7679351Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.054s) 2022-08-17T13:13:31.7761342Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-08-17T13:13:31.7814405Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-08-17T13:13:31.8621683Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.081s) 2022-08-17T13:13:31.8648319Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.003s) 2022-08-17T13:13:31.8667051Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-08-17T13:13:32.0948429Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.228s) 2022-08-17T13:13:32.9564014Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.861s) 2022-08-17T13:13:32.9762223Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-08-17T13:13:33.0083278Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-08-17T13:13:33.0098558Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.1395786Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.131s) 2022-08-17T13:13:33.1551829Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.016s) 2022-08-17T13:13:33.1774765Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.022s) 2022-08-17T13:13:33.1916231Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.014s) 2022-08-17T13:13:33.1924327Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.2513480Z Types should be shared for identical constant values, and different for different constant values ... ok (0.060s) 2022-08-17T13:13:33.2522211Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.2680127Z Types should be shared even if attribute values differ ... ok (0.017s) 2022-08-17T13:13:33.2686653Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.2733838Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.005s) 2022-08-17T13:13:33.2866081Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.013s) 2022-08-17T13:13:33.2873841Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.3250529Z Simple example with a real nn Module ... ok (0.038s) 2022-08-17T13:13:33.3944341Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.069s) 2022-08-17T13:13:33.3954583Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.6050304Z We should be able to differentiate between two ModuleDict instances ... ok (0.210s) 2022-08-17T13:13:33.6060820Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.6900082Z Mutating the value of an attribute should not change type sharing ... ok (0.085s) 2022-08-17T13:13:33.6906870Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.7159121Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.026s) 2022-08-17T13:13:33.7167062Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.7590172Z Different functions passed in should lead to different types ... ok (0.043s) 2022-08-17T13:13:33.7597074Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.7835028Z Same functions passed in should lead to same types ... ok (0.024s) 2022-08-17T13:13:33.7851400Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.8914848Z Even if everything about the module is the same, different originating ... ok (0.108s) 2022-08-17T13:13:33.8923003Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.9319351Z Different functions passed in should lead to different types ... ok (0.040s) 2022-08-17T13:13:33.9324674Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:33.9560300Z Same functions passed in should lead to same types ... ok (0.024s) 2022-08-17T13:13:34.0553329Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.099s) 2022-08-17T13:13:34.0563648Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:34.2006673Z If submodules differ, the types should differ. ... ok (0.145s) 2022-08-17T13:13:34.2015030Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:34.2494325Z Since we can't guarantee that methods are the same between different ... ok (0.049s) 2022-08-17T13:13:34.2503524Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:34.2704735Z Test that types are not shared if the exclusion of their ... ok (0.021s) 2022-08-17T13:13:34.2711452Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:34.2851080Z Test that types are shared if the exclusion of their ... ok (0.015s) 2022-08-17T13:13:34.2856470Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:34.3085662Z Tests that types between instances of a ScriptModule ... ok (0.023s) 2022-08-17T13:13:34.3100773Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-08-17T13:13:34.4059371Z Test that type sharing can be disabled. ... ok (0.097s) 2022-08-17T13:13:34.4185658Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.013s) 2022-08-17T13:13:34.4217163Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-08-17T13:13:34.4319272Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.010s) 2022-08-17T13:13:34.4337777Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-08-17T13:13:34.4507802Z Test that module attributes can be ignored. ... ok (0.019s) 2022-08-17T13:13:34.4569298Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-08-17T13:13:34.4592322Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-08-17T13:13:34.4602817Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-08-17T13:13:34.4646768Z Test that using an optional with no contained types produces an error. ... ok (0.005s) 2022-08-17T13:13:34.4654317Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-08-17T13:13:34.5102397Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.045s) 2022-08-17T13:13:34.5150822Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-08-17T13:13:34.5180422Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-08-17T13:13:34.5191918Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-08-17T13:13:34.5233699Z Test that using a tuple with no contained types produces an error. ... ok (0.005s) 2022-08-17T13:13:34.5789919Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.055s) 2022-08-17T13:13:34.6160727Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.037s) 2022-08-17T13:13:34.6721975Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.056s) 2022-08-17T13:13:34.6883277Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.016s) 2022-08-17T13:13:34.7174300Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.029s) 2022-08-17T13:13:34.7681669Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.051s) 2022-08-17T13:13:34.7994405Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.031s) 2022-08-17T13:13:34.9136822Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.114s) 2022-08-17T13:13:34.9191575Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.005s) 2022-08-17T13:13:34.9224583Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:13:34.9225166Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-08-17T13:13:34.9225406Z def fn(): 2022-08-17T13:13:34.9225582Z l1 = [1, 2, "foo", 3] 2022-08-17T13:13:34.9225913Z ~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T13:13:34.9226105Z l2 = ["foo", "bar", "baz", "qux"] 2022-08-17T13:13:34.9226339Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-08-17T13:13:34.9226566Z (function emitListLiteral) 2022-08-17T13:13:34.9237114Z ok (0.005s) 2022-08-17T13:13:34.9272110Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:13:34.9272800Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-08-17T13:13:34.9273038Z def fn(): 2022-08-17T13:13:34.9273214Z l1 = ["foo", "bar", "baz", "qux"] 2022-08-17T13:13:34.9273411Z l2 = [1, 2, "foo", 3] 2022-08-17T13:13:34.9273890Z ~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T13:13:34.9274109Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-08-17T13:13:34.9274317Z return d 2022-08-17T13:13:34.9274508Z (function emitListLiteral) 2022-08-17T13:13:34.9282773Z ok (0.004s) 2022-08-17T13:13:34.9880124Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.060s) 2022-08-17T13:13:35.0925672Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.105s) 2022-08-17T13:13:35.1350737Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.042s) 2022-08-17T13:13:35.2366987Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.102s) 2022-08-17T13:13:35.2607907Z test_list_io (jit.test_typing.TestTyping) ... ok (0.024s) 2022-08-17T13:13:35.2625625Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.002s) 2022-08-17T13:13:35.3280165Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.065s) 2022-08-17T13:13:35.3308571Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T13:13:35.3703890Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.039s) 2022-08-17T13:13:35.4033750Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.033s) 2022-08-17T13:13:35.4135892Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.010s) 2022-08-17T13:13:35.4260788Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.012s) 2022-08-17T13:13:35.4395895Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.013s) 2022-08-17T13:13:35.4666721Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.027s) 2022-08-17T13:13:35.4804012Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.014s) 2022-08-17T13:13:35.5451878Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.065s) 2022-08-17T13:13:35.5579595Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.013s) 2022-08-17T13:13:35.5869609Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.029s) 2022-08-17T13:13:35.6059359Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.019s) 2022-08-17T13:13:35.6382201Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.032s) 2022-08-17T13:13:35.6700463Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.032s) 2022-08-17T13:13:35.6961811Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.026s) 2022-08-17T13:13:35.7935934Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.097s) 2022-08-17T13:13:35.7969372Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.003s) 2022-08-17T13:13:35.9164886Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.119s) 2022-08-17T13:13:35.9447014Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.028s) 2022-08-17T13:13:35.9692915Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.025s) 2022-08-17T13:13:35.9842005Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.015s) 2022-08-17T13:13:36.0051641Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.021s) 2022-08-17T13:13:36.0215706Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.016s) 2022-08-17T13:13:36.0712139Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.050s) 2022-08-17T13:13:36.0863205Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.015s) 2022-08-17T13:13:36.1104970Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.024s) 2022-08-17T13:13:36.1226005Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.012s) 2022-08-17T13:13:36.1372056Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.014s) 2022-08-17T13:13:36.1492833Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.012s) 2022-08-17T13:13:36.1637053Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.014s) 2022-08-17T13:13:36.1895203Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.026s) 2022-08-17T13:13:36.2027407Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.013s) 2022-08-17T13:13:36.2064988Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-08-17T13:13:36.2100267Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:13:36.2330888Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.023s) 2022-08-17T13:13:36.2360136Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:13:36.2386310Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:13:36.2416650Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-08-17T13:13:36.2587069Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.017s) 2022-08-17T13:13:36.2755728Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-08-17T13:13:36.2756401Z "The inner type of a container is lost when " 2022-08-17T13:13:36.3026060Z ok (0.044s) 2022-08-17T13:13:36.3240482Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.021s) 2022-08-17T13:13:36.3799117Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.056s) 2022-08-17T13:13:36.4053086Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.025s) 2022-08-17T13:13:36.4133522Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T13:13:36.4223913Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.009s) 2022-08-17T13:13:36.4309445Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T13:13:36.4397581Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.009s) 2022-08-17T13:13:36.4519734Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.012s) 2022-08-17T13:13:36.5030959Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.051s) 2022-08-17T13:13:36.5377714Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.035s) 2022-08-17T13:13:36.5519334Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.014s) 2022-08-17T13:13:36.5955530Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.044s) 2022-08-17T13:13:36.6458730Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.050s) 2022-08-17T13:13:36.6697932Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.024s) 2022-08-17T13:13:36.6915787Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.022s) 2022-08-17T13:13:36.7270542Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.035s) 2022-08-17T13:13:36.7627003Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.036s) 2022-08-17T13:13:36.7732161Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.010s) 2022-08-17T13:13:36.7858644Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.013s) 2022-08-17T13:13:36.9103704Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.124s) 2022-08-17T13:13:36.9571702Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.047s) 2022-08-17T13:13:36.9704886Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.013s) 2022-08-17T13:13:37.0088687Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.038s) 2022-08-17T13:13:37.0479376Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.039s) 2022-08-17T13:13:37.0776616Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.030s) 2022-08-17T13:13:37.2587676Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.181s) 2022-08-17T13:13:37.2823736Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.024s) 2022-08-17T13:13:37.3773469Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:13:37.3774252Z File "", line 3 2022-08-17T13:13:37.3774380Z 2022-08-17T13:13:37.3774460Z def fn(): 2022-08-17T13:13:37.3774693Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-08-17T13:13:37.3775150Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T13:13:37.3775396Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-08-17T13:13:37.3775615Z x.append(torch.tensor(3)) 2022-08-17T13:13:37.3775821Z (function emitListLiteral) 2022-08-17T13:13:37.4308715Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-08-17T13:13:37.4309625Z File "", line 3 2022-08-17T13:13:37.4309742Z 2022-08-17T13:13:37.4309807Z def fn(): 2022-08-17T13:13:37.4310120Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-08-17T13:13:37.4310673Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-08-17T13:13:37.4311005Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-08-17T13:13:37.4311318Z x.append(torch.tensor(3)) 2022-08-17T13:13:37.4311629Z (function emitListLiteral) 2022-08-17T13:13:37.4323720Z ok (0.150s) 2022-08-17T13:13:37.4498858Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.017s) 2022-08-17T13:13:37.4585728Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.009s) 2022-08-17T13:13:37.4670428Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.008s) 2022-08-17T13:13:37.4744116Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.007s) 2022-08-17T13:13:37.5184679Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.044s) 2022-08-17T13:13:37.5207189Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-08-17T13:13:37.5451568Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.024s) 2022-08-17T13:13:37.5687488Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.024s) 2022-08-17T13:13:37.5855587Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.017s) 2022-08-17T13:13:37.6032556Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.018s) 2022-08-17T13:13:37.6279812Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.025s) 2022-08-17T13:13:37.6589165Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.031s) 2022-08-17T13:13:37.6726444Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.014s) 2022-08-17T13:13:37.6877556Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.015s) 2022-08-17T13:13:37.7005361Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.013s) 2022-08-17T13:13:37.7161169Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.015s) 2022-08-17T13:13:37.7420391Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.026s) 2022-08-17T13:13:37.7550623Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.013s) 2022-08-17T13:13:37.7705191Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.015s) 2022-08-17T13:13:37.7809266Z test_warn (jit.test_warn.TestWarn) ... ok (0.010s) 2022-08-17T13:13:37.7908369Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.010s) 2022-08-17T13:13:37.8223664Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.031s) 2022-08-17T13:13:37.8654337Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.043s) 2022-08-17T13:13:37.8987502Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.033s) 2022-08-17T13:13:37.9114319Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.013s) 2022-08-17T13:13:37.9983707Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.087s) 2022-08-17T13:13:38.0024193Z test_with_as (jit.test_with.TestWith) 2022-08-17T13:13:38.4763890Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.478s) 2022-08-17T13:13:38.4792236Z test_with_errors (jit.test_with.TestWith) 2022-08-17T13:13:38.5086177Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.032s) 2022-08-17T13:13:38.5112978Z test_with_exceptions (jit.test_with.TestWith) 2022-08-17T13:13:38.6437687Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.135s) 2022-08-17T13:13:38.6476271Z test_with_no_as (jit.test_with.TestWith) 2022-08-17T13:13:39.1830990Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.539s) 2022-08-17T13:13:39.1851037Z test_with_no_grad (jit.test_with.TestWith) 2022-08-17T13:13:39.2544858Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.071s) 2022-08-17T13:13:39.2557603Z test_with_record_function (jit.test_with.TestWith) 2022-08-17T13:13:39.3006277Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-08-17 13:13:39 756:756 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:13:39.3167264Z STAGE:2022-08-17 13:13:39 756:756 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:13:39.3227505Z ok (0.068s) 2022-08-17T13:13:39.3227725Z 2022-08-17T13:13:39.3228095Z ---------------------------------------------------------------------- 2022-08-17T13:13:39.3228364Z Ran 2641 tests in 468.768s 2022-08-17T13:13:39.3228498Z 2022-08-17T13:13:39.3228606Z OK (skipped=167, expected failures=7) 2022-08-17T13:13:39.3228724Z 2022-08-17T13:13:39.3228810Z Generating XML reports... 2022-08-17T13:13:39.3286526Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220817130550.xml 2022-08-17T13:13:39.3306936Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220817130550.xml 2022-08-17T13:13:39.3309925Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220817130550.xml 2022-08-17T13:13:39.3315776Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220817130550.xml 2022-08-17T13:13:39.3341972Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220817130550.xml 2022-08-17T13:13:39.3346943Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220817130550.xml 2022-08-17T13:13:39.3350631Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220817130550.xml 2022-08-17T13:13:39.3358744Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220817130550.xml 2022-08-17T13:13:39.3363562Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220817130550.xml 2022-08-17T13:13:39.3403189Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220817130550.xml 2022-08-17T13:13:39.3415730Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220817130550.xml 2022-08-17T13:13:39.3430493Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220817130550.xml 2022-08-17T13:13:39.3433979Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220817130550.xml 2022-08-17T13:13:39.3441606Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220817130550.xml 2022-08-17T13:13:39.3456999Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220817130550.xml 2022-08-17T13:13:39.3480378Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220817130550.xml 2022-08-17T13:13:39.3487548Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220817130550.xml 2022-08-17T13:13:39.3711864Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220817130550.xml 2022-08-17T13:13:39.3725411Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220817130550.xml 2022-08-17T13:13:39.3735786Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220817130550.xml 2022-08-17T13:13:39.3784131Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220817130550.xml 2022-08-17T13:13:39.3786586Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220817130550.xml 2022-08-17T13:13:39.3816046Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220817130550.xml 2022-08-17T13:13:39.3818640Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220817130550.xml 2022-08-17T13:13:39.3824055Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220817130550.xml 2022-08-17T13:13:39.3826481Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220817130550.xml 2022-08-17T13:13:39.3829090Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220817130550.xml 2022-08-17T13:13:39.3838484Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220817130550.xml 2022-08-17T13:13:39.3857950Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220817130550.xml 2022-08-17T13:13:39.3862000Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220817130550.xml 2022-08-17T13:13:39.3866367Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220817130550.xml 2022-08-17T13:13:39.3869949Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220817130550.xml 2022-08-17T13:13:39.3893776Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220817130550.xml 2022-08-17T13:13:39.3983367Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220817130550.xml 2022-08-17T13:13:39.4467920Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220817130550.xml 2022-08-17T13:13:39.4476739Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220817130550.xml 2022-08-17T13:13:39.4549269Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220817130550.xml 2022-08-17T13:13:39.4549982Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220817130550.xml 2022-08-17T13:13:39.4565333Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220817130550.xml 2022-08-17T13:13:39.4589460Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220817130550.xml 2022-08-17T13:13:39.4610251Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220817130550.xml 2022-08-17T13:13:39.4614844Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220817130550.xml 2022-08-17T13:13:39.4630490Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220817130550.xml 2022-08-17T13:13:39.4644849Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220817130550.xml 2022-08-17T13:13:39.4647604Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220817130550.xml 2022-08-17T13:13:39.4657842Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220817130550.xml 2022-08-17T13:13:39.4662064Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220817130550.xml 2022-08-17T13:13:39.4669632Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220817130550.xml 2022-08-17T13:13:39.4673230Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220817130550.xml 2022-08-17T13:13:39.4704923Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220817130550.xml 2022-08-17T13:13:39.4708064Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220817130550.xml 2022-08-17T13:13:39.4719080Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220817130550.xml 2022-08-17T13:13:39.4726563Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220817130550.xml 2022-08-17T13:13:39.4740303Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220817130550.xml 2022-08-17T13:13:39.4742982Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220817130550.xml 2022-08-17T13:13:39.4769473Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220817130550.xml 2022-08-17T13:13:39.4777961Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220817130550.xml 2022-08-17T13:13:39.4789452Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220817130550.xml 2022-08-17T13:13:39.4801089Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220817130550.xml 2022-08-17T13:13:39.5320874Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220817130550.xml 2022-08-17T13:13:39.5332956Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220817130550.xml 2022-08-17T13:13:39.5351104Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220817130550.xml 2022-08-17T13:13:39.5364734Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220817130550.xml 2022-08-17T13:13:39.5371215Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220817130550.xml 2022-08-17T13:13:39.5387380Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220817130550.xml 2022-08-17T13:13:39.5393003Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220817130550.xml 2022-08-17T13:13:39.5418927Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220817130550.xml 2022-08-17T13:13:39.5439016Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220817130550.xml 2022-08-17T13:13:39.5446635Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220817130550.xml 2022-08-17T13:13:39.5453195Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220817130550.xml 2022-08-17T13:13:39.5456819Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220817130550.xml 2022-08-17T13:13:39.5481322Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220817130550.xml 2022-08-17T13:13:39.5582230Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220817130550.xml 2022-08-17T13:13:39.5605783Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220817130550.xml 2022-08-17T13:13:39.5620677Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220817130550.xml 2022-08-17T13:13:39.5651302Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220817130550.xml 2022-08-17T13:13:39.5699861Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220817130550.xml 2022-08-17T13:13:39.5703668Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220817130550.xml 2022-08-17T13:13:39.5716460Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220817130550.xml 2022-08-17T13:13:39.5723520Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220817130550.xml 2022-08-17T13:13:39.5730766Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220817130550.xml 2022-08-17T13:13:39.5737651Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220817130550.xml 2022-08-17T13:13:39.5744523Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220817130550.xml 2022-08-17T13:13:39.5776060Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220817130550.xml 2022-08-17T13:13:39.5788572Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220817130550.xml 2022-08-17T13:13:40.5248374Z Running test_linalg ... [2022-08-17 13:13:40.524431] 2022-08-17T13:13:40.5248893Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:13:40.524529] 2022-08-17T13:13:43.9802922Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-08-17T13:13:43.9852140Z 2022-08-17T13:13:43.9852263Z Running tests... 2022-08-17T13:13:43.9852694Z ---------------------------------------------------------------------- 2022-08-17T13:13:45.4164047Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.431s) 2022-08-17T13:13:47.2487646Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.832s) 2022-08-17T13:13:49.1094943Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.861s) 2022-08-17T13:13:50.5410998Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.431s) 2022-08-17T13:13:51.9437003Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.403s) 2022-08-17T13:13:51.9899234Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-08-17T13:13:52.0311303Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-08-17T13:13:52.0721011Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-08-17T13:13:52.0747815Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:13:52.1201672Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-08-17T13:13:52.1654073Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-08-17T13:13:52.2162504Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-08-17T13:13:52.2547037Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-08-17T13:13:52.2933532Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-08-17T13:13:52.8014738Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.508s) 2022-08-17T13:13:53.3047570Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.503s) 2022-08-17T13:13:53.3555133Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-08-17T13:13:53.4104350Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-08-17T13:13:53.4634590Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-08-17T13:13:53.5074275Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-08-17T13:13:53.5496256Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-08-17T13:13:53.5823179Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-08-17T13:13:53.6058976Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-08-17T13:13:53.6311907Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:13:53.6979618Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-08-17T13:13:53.8132604Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.115s) 2022-08-17T13:13:53.9306871Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.117s) 2022-08-17T13:13:53.9987125Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-08-17T13:13:54.0826440Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-08-17T13:13:54.1481385Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.065s) 2022-08-17T13:13:54.2118027Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-08-17T13:13:54.2711852Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-08-17T13:13:54.3288926Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-08-17T13:13:54.3862598Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-08-17T13:13:54.4441388Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-08-17T13:13:55.8502992Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (1.406s) 2022-08-17T13:14:07.9116078Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (12.061s) 2022-08-17T13:14:23.8707037Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (15.959s) 2022-08-17T13:14:39.3376265Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (15.467s) 2022-08-17T13:14:51.2515518Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (11.914s) 2022-08-17T13:15:03.0231674Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (11.771s) 2022-08-17T13:15:03.0295915Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-08-17T13:15:03.0354976Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-08-17T13:15:03.0417428Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-08-17T13:15:03.0475265Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-08-17T13:15:03.0530066Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:15:03.0576152Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:15:03.0622137Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:15:03.0663339Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:15:03.0706196Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:15:03.0750335Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:15:03.1036471Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.028s) 2022-08-17T13:15:03.1256376Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... test_linalg.py:4886: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:03.1257358Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-08-17T13:15:03.1277963Z ok (0.024s) 2022-08-17T13:15:03.1304256Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:4861: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:03.1305429Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-08-17T13:15:03.1334994Z ok (0.006s) 2022-08-17T13:15:03.1385374Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:15:03.1434127Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:15:03.1482347Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:15:03.1531764Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:15:03.1579410Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:15:04.2982299Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:04.2983100Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:04.3219062Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:04.3219687Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:04.3290289Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:04.3290964Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:04.3496261Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:04.3496905Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:04.3568696Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:04.3569517Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:04.3769565Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:04.3770158Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:04.3837081Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:04.3837683Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:07.9783443Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:07.9784203Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:08.0143674Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:08.0144365Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:08.0210491Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:08.0211100Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:08.0410590Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:08.0411186Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:08.0477521Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:08.0678263Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:08.0678923Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:08.0679519Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:08.0752128Z test_linalg.py:5890: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:08.0752797Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:15:08.0996694Z ok (4.942s) 2022-08-17T13:15:13.6787018Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (5.579s) 2022-08-17T13:15:19.2363332Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (5.557s) 2022-08-17T13:15:23.9511313Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (4.715s) 2022-08-17T13:15:28.3001202Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.349s) 2022-08-17T13:15:28.3083374Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... test_linalg.py:7007: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:28.3084543Z torch.matmul(l, r, out=out) 2022-08-17T13:15:28.3337479Z test_linalg.py:7007: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:15:28.3338579Z torch.matmul(l, r, out=out) 2022-08-17T13:15:28.3531503Z ok (0.053s) 2022-08-17T13:15:28.3595188Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-08-17T13:15:28.3614051Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1557: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:987.) 2022-08-17T13:15:28.3615319Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-08-17T13:15:28.3716495Z ok (0.012s) 2022-08-17T13:15:28.4460735Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.074s) 2022-08-17T13:15:28.5155270Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-08-17T13:15:28.5697275Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-08-17T13:15:28.6135876Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-08-17T13:15:28.6884766Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.075s) 2022-08-17T13:15:28.7624947Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.074s) 2022-08-17T13:15:28.8365304Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.074s) 2022-08-17T13:15:28.9110713Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.074s) 2022-08-17T13:15:28.9264462Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-08-17T13:15:28.9438364Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-08-17T13:15:28.9596869Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-08-17T13:15:28.9713306Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-08-17T13:15:28.9964866Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:15:29.0210380Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:15:29.0454944Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-08-17T13:15:29.0700072Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-08-17T13:15:29.1310729Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-08-17T13:15:29.1916344Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-08-17T13:15:29.2434892Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-08-17T13:15:29.2934316Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-08-17T13:15:29.3408901Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-08-17T13:15:29.3881951Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-08-17T13:15:29.4356697Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-08-17T13:15:29.4858521Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-08-17T13:15:29.5139646Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-08-17T13:15:29.5413769Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-08-17T13:15:29.5639979Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-08-17T13:15:29.5857827Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-08-17T13:15:29.5886545Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:2602: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-08-17T13:15:29.5887225Z L = torch.cholesky(A) 2022-08-17T13:15:29.5888019Z should be replaced with 2022-08-17T13:15:29.5888708Z L = torch.linalg.cholesky(A) 2022-08-17T13:15:29.5889080Z and 2022-08-17T13:15:29.5889425Z U = torch.cholesky(A, upper=True) 2022-08-17T13:15:29.5890767Z should be replaced with 2022-08-17T13:15:29.5891038Z U = torch.linalg.cholesky(A).mH(). 2022-08-17T13:15:29.5891483Z 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:1816.) 2022-08-17T13:15:29.5891881Z L = torch.cholesky(A, upper=upper) 2022-08-17T13:15:29.6051593Z ok (0.019s) 2022-08-17T13:15:29.6246766Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-08-17T13:15:29.6420032Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-08-17T13:15:29.6595536Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-08-17T13:15:29.6613959Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:15:29.6631486Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:15:29.6648130Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:15:29.6663887Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:15:29.6763418Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:15:29.6860723Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:15:29.6949754Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-08-17T13:15:29.7033356Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-08-17T13:15:29.7190455Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-08-17T13:15:29.7344803Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-08-17T13:15:29.7499126Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-08-17T13:15:29.7653439Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-08-17T13:15:29.8862904Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.121s) 2022-08-17T13:15:30.0098371Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.123s) 2022-08-17T13:15:30.1229849Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.113s) 2022-08-17T13:15:30.2299947Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.107s) 2022-08-17T13:15:30.3233868Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.093s) 2022-08-17T13:15:30.4154435Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.092s) 2022-08-17T13:15:30.5075849Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.092s) 2022-08-17T13:15:30.6000347Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.092s) 2022-08-17T13:15:40.0640703Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (9.464s) 2022-08-17T13:15:42.3989200Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.335s) 2022-08-17T13:15:44.4383796Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.039s) 2022-08-17T13:15:46.1197945Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.681s) 2022-08-17T13:15:48.0608020Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.941s) 2022-08-17T13:15:57.4828617Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (9.422s) 2022-08-17T13:16:08.6570015Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (11.174s) 2022-08-17T13:16:11.1296232Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (2.473s) 2022-08-17T13:16:17.8239449Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (6.694s) 2022-08-17T13:16:23.3877203Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (5.564s) 2022-08-17T13:16:23.4192010Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-08-17T13:16:23.4407322Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-08-17T13:16:23.4979288Z test_cross_errors_cpu (__main__.TestLinalgCPU) ... ok (0.057s) 2022-08-17T13:16:23.5019651Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:16:23.5052172Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:16:23.5571918Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-08-17T13:16:23.5952330Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-08-17T13:16:24.0165360Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.421s) 2022-08-17T13:16:24.0359986Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:6608: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:16:24.0361617Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:16:24.0361898Z Q, R = torch.qr(A, some) 2022-08-17T13:16:24.0363103Z should be replaced with 2022-08-17T13:16:24.0364110Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2544.) 2022-08-17T13:16:24.0364445Z q, _ = torch.qr(mat) 2022-08-17T13:16:28.5122031Z ok (4.496s) 2022-08-17T13:16:28.5583001Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.046s) 2022-08-17T13:16:28.5664164Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-08-17T13:16:28.5748609Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-08-17T13:16:28.5814363Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-08-17T13:16:28.5827462Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:16:28.5845961Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:28.5864424Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:28.5882516Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:28.5900851Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:16:28.6376655Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-08-17T13:16:28.6853195Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-08-17T13:16:28.7532119Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-08-17T13:16:28.8210238Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-08-17T13:16:28.8508266Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-08-17T13:16:28.8760989Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:16:28.9166608Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-08-17T13:16:28.9566819Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-08-17T13:16:28.9954628Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-08-17T13:16:29.0342419Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-08-17T13:16:29.1117901Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-08-17T13:16:29.1909764Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-08-17T13:16:29.2646430Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.074s) 2022-08-17T13:16:29.3318232Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-08-17T13:16:29.3991973Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-08-17T13:16:29.4661640Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-08-17T13:16:29.5332668Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-08-17T13:16:29.6004764Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-08-17T13:16:29.6062132Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-08-17T13:16:29.6116847Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:16:29.6170137Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:16:29.6220014Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:16:29.6249224Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:16:29.6300826Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.005s) 2022-08-17T13:16:29.6329409Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:16:29.6356670Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:16:29.6593300Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-08-17T13:16:29.6828372Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-08-17T13:16:29.7100099Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-08-17T13:16:29.7370743Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-08-17T13:16:29.7571948Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-08-17T13:16:29.7746110Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-08-17T13:16:29.8108903Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-08-17T13:16:29.8478405Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-08-17T13:16:29.8840809Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-08-17T13:16:29.9182964Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-08-17T13:16:29.9509491Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1022: 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-08-17T13:16:29.9510192Z out = torch.empty_like(t).to(real_dtype) 2022-08-17T13:16:29.9679222Z ok (0.050s) 2022-08-17T13:16:30.0175668Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-08-17T13:16:30.0670827Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-08-17T13:16:30.1172176Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-08-17T13:16:30.1374231Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.020s) 2022-08-17T13:16:30.1779452Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-08-17T13:16:30.2093645Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-08-17T13:16:30.2764531Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.067s) 2022-08-17T13:16:30.9665691Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.690s) 2022-08-17T13:16:31.5941412Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.628s) 2022-08-17T13:16:31.6144867Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-08-17T13:16:31.6289190Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-08-17T13:16:31.6955496Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-08-17T13:16:31.7634444Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-08-17T13:16:31.8213397Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-08-17T13:16:31.8766253Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-08-17T13:16:31.9069681Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-08-17T13:16:31.9365629Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-08-17T13:16:31.9634096Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-08-17T13:16:31.9903941Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-08-17T13:16:32.0434395Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.053s) 2022-08-17T13:16:32.0884371Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-08-17T13:16:32.1264900Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-08-17T13:16:32.2129101Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-08-17T13:16:32.3108942Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.098s) 2022-08-17T13:16:32.3959860Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.085s) 2022-08-17T13:16:32.4806770Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.085s) 2022-08-17T13:16:32.4821588Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-08-17T13:16:32.4835073Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-08-17T13:16:32.4847341Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-08-17T13:16:32.4859396Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-08-17T13:16:32.5082084Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-08-17T13:16:32.5301736Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-08-17T13:16:32.5522572Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-08-17T13:16:32.5744739Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-08-17T13:16:32.6172243Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-08-17T13:16:32.8859437Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.269s) 2022-08-17T13:16:33.1659361Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.280s) 2022-08-17T13:16:33.4360773Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.270s) 2022-08-17T13:16:33.6611894Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.225s) 2022-08-17T13:16:33.7407411Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-08-17T13:16:33.8199640Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-08-17T13:16:33.8994678Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-08-17T13:16:33.9787709Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-08-17T13:16:35.7101223Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.731s) 2022-08-17T13:16:36.5644824Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.854s) 2022-08-17T13:16:37.0676002Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.503s) 2022-08-17T13:16:37.8666919Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.799s) 2022-08-17T13:16:37.8685299Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:16:37.8702075Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:16:37.8718376Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:16:37.8734421Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:16:37.9102449Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-08-17T13:16:37.9456122Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-08-17T13:16:37.9767935Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-08-17T13:16:38.0063002Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-08-17T13:16:38.0108491Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:16:38.0151050Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:16:38.0189886Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:16:38.0227115Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:16:38.0386886Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1097: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:16:38.0387721Z torch.kron(a, b, out=out) 2022-08-17T13:16:38.0387906Z ok (0.016s) 2022-08-17T13:16:38.0546818Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:1097: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:16:38.0547685Z torch.kron(a, b, out=out) 2022-08-17T13:16:38.0547859Z ok (0.016s) 2022-08-17T13:16:38.0705405Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:1097: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:16:38.0706133Z torch.kron(a, b, out=out) 2022-08-17T13:16:38.0706321Z ok (0.016s) 2022-08-17T13:16:38.0864101Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:1097: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:16:38.0864865Z torch.kron(a, b, out=out) 2022-08-17T13:16:38.0865039Z ok (0.016s) 2022-08-17T13:16:38.0939549Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... test_linalg.py:7478: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T13:16:38.0940031Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T13:16:38.0941255Z L, _ = torch.eig(A) 2022-08-17T13:16:38.0941602Z should be replaced with 2022-08-17T13:16:38.0942172Z L_complex = torch.linalg.eigvals(A) 2022-08-17T13:16:38.0942520Z and 2022-08-17T13:16:38.0942697Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T13:16:38.0943227Z should be replaced with 2022-08-17T13:16:38.0943709Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3378.) 2022-08-17T13:16:38.0945630Z for shape in args)) 2022-08-17T13:16:38.0946175Z test_linalg.py:7478: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:16:38.0946894Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:16:38.0947218Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:16:38.0947409Z should be replaced with 2022-08-17T13:16:38.0947933Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:16:38.0948148Z and 2022-08-17T13:16:38.0949836Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:16:38.0950238Z should be replaced with 2022-08-17T13:16:38.0951136Z 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:2992.) 2022-08-17T13:16:38.0951707Z for shape in args)) 2022-08-17T13:16:38.1016660Z test_linalg.py:7499: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-08-17T13:16:38.1017448Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-08-17T13:16:38.1017882Z To get the qr decomposition consider using torch.linalg.qr. 2022-08-17T13:16:38.1018914Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-08-17T13:16:38.1019371Z The unpacking of the solution, as in 2022-08-17T13:16:38.1019602Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-08-17T13:16:38.1019814Z should be replaced with 2022-08-17T13:16:38.1020151Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:4047.) 2022-08-17T13:16:38.1020684Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-08-17T13:16:38.1085043Z ok (0.022s) 2022-08-17T13:16:38.1590550Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7571: ComplexWarning: scipy.linalg.ldl(): 2022-08-17T13:16:38.1591404Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-08-17T13:16:38.1592129Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-08-17T13:16:38.1860180Z ok (0.077s) 2022-08-17T13:16:38.2162705Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-08-17T13:16:38.2264155Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:16:38.2363594Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:16:38.2606745Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-08-17T13:16:38.2845411Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-08-17T13:16:38.2959476Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-08-17T13:16:38.3073555Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-08-17T13:16:38.3477444Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-08-17T13:16:38.3926658Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-08-17T13:16:38.4424692Z test_linalg_cross_errors_cpu (__main__.TestLinalgCPU) ... ok (0.050s) 2022-08-17T13:16:38.4461754Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:16:38.4492568Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:16:38.6562413Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.207s) 2022-08-17T13:16:38.8761098Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.220s) 2022-08-17T13:16:39.0560470Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.180s) 2022-08-17T13:16:39.2275870Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.171s) 2022-08-17T13:16:43.8008475Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (4.573s) 2022-08-17T13:16:48.7102177Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (4.909s) 2022-08-17T13:16:53.1037234Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (4.393s) 2022-08-17T13:16:57.2786124Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.175s) 2022-08-17T13:16:57.3644804Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-08-17T13:16:57.4502214Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-08-17T13:16:57.5360411Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-08-17T13:16:57.6222081Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.086s) 2022-08-17T13:16:57.6290696Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1658: 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-08-17T13:16:57.6291582Z LU, pivots = torch.lu(A, compute_pivots) 2022-08-17T13:16:57.6291957Z should be replaced with 2022-08-17T13:16:57.6292321Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-08-17T13:16:57.6292615Z and 2022-08-17T13:16:57.6292941Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-08-17T13:16:57.6293318Z should be replaced with 2022-08-17T13:16:57.6293828Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2114.) 2022-08-17T13:16:57.6294689Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-08-17T13:16:58.8721507Z ok (1.250s) 2022-08-17T13:17:00.1675724Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.295s) 2022-08-17T13:17:01.2557928Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.088s) 2022-08-17T13:17:02.8452288Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.589s) 2022-08-17T13:17:02.9883668Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.143s) 2022-08-17T13:17:03.1124617Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.124s) 2022-08-17T13:17:03.2030684Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-08-17T13:17:03.3039115Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.101s) 2022-08-17T13:17:03.3086508Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:17:03.3137181Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:17:03.3187548Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:17:03.3237436Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:17:03.4338961Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.110s) 2022-08-17T13:17:03.5299366Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.096s) 2022-08-17T13:17:03.5554485Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:17:03.5805532Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:17:03.6056376Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:17:03.6306163Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:17:03.8858713Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.255s) 2022-08-17T13:17:04.1389238Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.253s) 2022-08-17T13:17:04.3809582Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.242s) 2022-08-17T13:17:04.5961550Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.215s) 2022-08-17T13:17:04.6011720Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:17:04.7941271Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.193s) 2022-08-17T13:17:04.8883343Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.094s) 2022-08-17T13:17:04.9103466Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-08-17T13:17:04.9826248Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.072s) 2022-08-17T13:17:05.0587226Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.076s) 2022-08-17T13:17:05.1282165Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-08-17T13:17:05.1814081Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-08-17T13:17:12.6240286Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (7.442s) 2022-08-17T13:17:20.1985871Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (7.574s) 2022-08-17T13:17:21.5713455Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.373s) 2022-08-17T13:17:22.8541639Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.283s) 2022-08-17T13:17:22.8557572Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:17:22.8573408Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:17:22.8587752Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:17:22.8601802Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:17:22.8816957Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.021s) 2022-08-17T13:17:26.3450260Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.463s) 2022-08-17T13:17:50.1016961Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (23.757s) 2022-08-17T13:17:50.1126365Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-08-17T13:18:15.7638169Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-08-17T13:18:15.7638654Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-08-17T13:18:15.7639225Z ------------------------------------------------------- 2022-08-17T13:18:15.7639771Z | standard | generalized | method 2022-08-17T13:18:15.7640066Z torch.lobpcg | 847.36 | 1011.05 | ortho 2022-08-17T13:18:15.7640353Z scipy_lobpcg | 191.28 | 224.57 | N/A 2022-08-17T13:18:15.7640839Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-08-17T13:18:15.7641162Z 2022-08-17T13:18:32.5868030Z Calling scipy_lobpcg failed [standard]: expected 1-d or 2-d array or matrix, got array(None, dtype=object) 2022-08-17T13:18:55.6312403Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-08-17T13:18:55.6313745Z ---------------------------------------------------------------------------- 2022-08-17T13:18:55.6314187Z | standard | generalized | niter | method 2022-08-17T13:18:55.6314804Z torch.lobpcg | 1.38e-13 | 6.67e-15 | 1000 | ortho 2022-08-17T13:18:55.6315271Z scipy_lobpcg | -1.00e+00 | 4.59e-08 | -1 | N/A 2022-08-17T13:18:55.6316874Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-08-17T13:18:55.6317141Z 2022-08-17T13:18:55.6332904Z ok (65.532s) 2022-08-17T13:19:00.5852574Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (4.952s) 2022-08-17T13:19:00.6033141Z test_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:7375: UserWarning: An output with one or more elements was resized since it had shape [3, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:19:00.6033995Z res3 = torch.lstsq(b, a, out=(b, a))[0] 2022-08-17T13:19:00.6056520Z ok (0.020s) 2022-08-17T13:19:00.6101550Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7104: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-08-17T13:19:00.6102395Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-08-17T13:19:00.6102654Z X = torch.lu_solve(B, LU, pivots) 2022-08-17T13:19:00.6102859Z should be replaced with 2022-08-17T13:19:00.6103215Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2268.) 2022-08-17T13:19:00.6103543Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-08-17T13:19:00.6194011Z ok (0.014s) 2022-08-17T13:19:00.6329163Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-08-17T13:19:00.6438462Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-08-17T13:19:00.6542567Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:19:00.6685982Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-08-17T13:19:00.6827042Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-08-17T13:19:00.6951267Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-08-17T13:19:00.7072549Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-08-17T13:19:00.7086371Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:19:00.7099860Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:19:00.7112723Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:19:00.7125747Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:19:00.7212617Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-08-17T13:19:00.7299694Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-08-17T13:19:00.7376631Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-08-17T13:19:00.7452765Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-08-17T13:19:00.7464615Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:00.7475893Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:00.7487282Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:00.7498514Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:00.7610345Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-08-17T13:19:00.7624435Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:00.8096826Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4414: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:19:00.8097633Z ans = torch.matmul(x, y, out=out) 2022-08-17T13:19:00.8175776Z test_linalg.py:4414: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:19:00.8176393Z ans = torch.matmul(x, y, out=out) 2022-08-17T13:19:00.8257142Z test_linalg.py:4414: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:19:00.8257747Z ans = torch.matmul(x, y, out=out) 2022-08-17T13:19:02.6970398Z ok (1.934s) 2022-08-17T13:19:04.1845216Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.487s) 2022-08-17T13:19:04.9202008Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.736s) 2022-08-17T13:19:12.9514217Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (8.031s) 2022-08-17T13:19:18.8283605Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (5.877s) 2022-08-17T13:19:21.8387892Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (3.010s) 2022-08-17T13:19:30.7635361Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (8.925s) 2022-08-17T13:19:37.5085007Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (6.745s) 2022-08-17T13:19:40.7701762Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (3.262s) 2022-08-17T13:19:40.7944432Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-08-17T13:19:40.8180208Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-08-17T13:19:40.8665361Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-08-17T13:19:40.9060981Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-08-17T13:19:40.9375472Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-08-17T13:19:40.9657086Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-08-17T13:19:41.0226284Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-08-17T13:19:41.0954117Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-08-17T13:19:41.1469716Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-08-17T13:19:41.1972509Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-08-17T13:19:41.2025824Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:19:41.2057828Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:19:41.2089585Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:19:41.2122038Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:19:41.2153695Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:19:41.2505359Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-08-17T13:19:41.2848665Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-08-17T13:19:41.3171042Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-08-17T13:19:41.3477267Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-08-17T13:19:41.3724499Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:19:41.3973073Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:19:41.4223081Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-08-17T13:19:41.4467362Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-08-17T13:19:41.4564470Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:19:41.4657657Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-08-17T13:19:41.4749264Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-08-17T13:19:41.4840070Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-08-17T13:19:41.4933666Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.009s) 2022-08-17T13:19:41.4981225Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:19:41.5028151Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:19:41.5074509Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-08-17T13:19:41.5119566Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T13:19:41.5164242Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T13:19:41.5209008Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-08-17T13:19:41.5561596Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-08-17T13:19:41.5966767Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-08-17T13:19:41.6491511Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-08-17T13:19:41.6932836Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-08-17T13:19:41.7357696Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-08-17T13:19:41.7499639Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.014s) 2022-08-17T13:19:41.8857141Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.136s) 2022-08-17T13:19:41.9850392Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.099s) 2022-08-17T13:19:42.1922468Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.207s) 2022-08-17T13:19:42.3562619Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.164s) 2022-08-17T13:19:42.5458248Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.189s) 2022-08-17T13:19:42.6362352Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.090s) 2022-08-17T13:19:42.9806066Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.344s) 2022-08-17T13:19:43.3021009Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.321s) 2022-08-17T13:19:43.3071426Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-08-17T13:19:43.3071935Z ret **= (1 / ord) 2022-08-17T13:19:43.3101497Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-08-17T13:19:43.3102025Z absx **= ord 2022-08-17T13:19:43.3103581Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-08-17T13:19:43.3103874Z absx **= ord 2022-08-17T13:19:43.3892217Z ok (0.087s) 2022-08-17T13:19:43.3949489Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-08-17T13:19:43.8720890Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.477s) 2022-08-17T13:19:43.8740094Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:19:43.8758106Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:19:44.3826844Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.507s) 2022-08-17T13:19:44.9365672Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.554s) 2022-08-17T13:19:46.0308980Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.094s) 2022-08-17T13:19:47.1276894Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.097s) 2022-08-17T13:19:48.2475459Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.120s) 2022-08-17T13:19:49.3475713Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.100s) 2022-08-17T13:19:49.4457242Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.098s) 2022-08-17T13:19:49.4565575Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.011s) 2022-08-17T13:19:49.7084412Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.252s) 2022-08-17T13:19:50.5987416Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.890s) 2022-08-17T13:19:50.6005759Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-08-17T13:19:50.6023899Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-08-17T13:19:50.6041646Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-08-17T13:19:50.6058977Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... skip: Skipped on ASAN since it checks for undefined behavior. (0.002s) 2022-08-17T13:19:52.5427812Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (1.937s) 2022-08-17T13:19:52.5974774Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.055s) 2022-08-17T13:19:52.6250353Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-08-17T13:19:52.6672283Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-08-17T13:19:52.6875434Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-08-17T13:19:52.7063972Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-08-17T13:19:52.7244348Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-08-17T13:19:52.7418678Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-08-17T13:19:52.7435966Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:19:52.7448251Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:52.7459211Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:52.7470587Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:52.7481861Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:19:52.7532588Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:19:52.7583015Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:19:52.7626754Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:19:52.7671449Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-08-17T13:19:52.7695003Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:52.7719632Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:52.7742123Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:52.7763543Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:52.7845673Z test_old_eig_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-08-17T13:19:52.7929270Z test_old_eig_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-08-17T13:19:52.8007550Z test_old_eig_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-08-17T13:19:52.8079840Z test_old_eig_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-08-17T13:19:52.8481951Z test_old_eig_invalid_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-08-17T13:19:52.8878445Z test_old_eig_invalid_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-08-17T13:19:52.9184806Z test_old_eig_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-08-17T13:19:52.9481021Z test_old_eig_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-08-17T13:19:52.9531679Z test_old_eig_reuse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:19:52.9577389Z test_old_eig_reuse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:19:52.9612423Z test_old_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3536: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:728.) 2022-08-17T13:19:52.9613113Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-08-17T13:19:52.9704089Z test_linalg.py:3552: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:719.) 2022-08-17T13:19:52.9704917Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-08-17T13:19:52.9754113Z ok (0.018s) 2022-08-17T13:19:52.9910132Z test_old_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-08-17T13:19:53.0050797Z test_old_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-08-17T13:19:53.0186259Z test_old_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-08-17T13:19:53.3496858Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.331s) 2022-08-17T13:19:53.6998013Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.350s) 2022-08-17T13:19:53.9627625Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.263s) 2022-08-17T13:19:54.2206857Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.258s) 2022-08-17T13:19:54.2845575Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-08-17T13:19:54.3477675Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-08-17T13:19:54.4077486Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-08-17T13:19:54.4662924Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-08-17T13:19:54.4794001Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:131: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1152.) 2022-08-17T13:19:54.4794658Z torch.ger(a, b, out=out) 2022-08-17T13:19:54.5031083Z ok (0.037s) 2022-08-17T13:19:54.5157902Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.013s) 2022-08-17T13:19:54.5602518Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-08-17T13:19:54.6044198Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-08-17T13:19:54.6415575Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-08-17T13:19:54.6779022Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-08-17T13:19:54.7179251Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-08-17T13:19:54.7307454Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-08-17T13:19:54.7431455Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-08-17T13:19:54.7550373Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-08-17T13:19:54.7669147Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-08-17T13:19:54.7791846Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-08-17T13:19:54.8259856Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.047s) 2022-08-17T13:19:54.8284014Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8307521Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8329593Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8351156Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8374090Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8395265Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8416279Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8437503Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8458648Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8479994Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8500952Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8522116Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8543444Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8562863Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8584746Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8605810Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8627838Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8649493Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8670762Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8692435Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8714228Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8735685Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8757147Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8778328Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8799771Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8822268Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8842004Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8863792Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8886181Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8908035Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8929884Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8951748Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8973130Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.8994673Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9016105Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9037480Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9059554Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9081193Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9102845Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9122814Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9145378Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9166780Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9189551Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9211131Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9232910Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9254455Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9276118Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9297877Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9320800Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9343151Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9364934Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9387183Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9408341Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9431224Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9454812Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9478196Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9502000Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9525588Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9548987Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9573259Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9595673Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9618609Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9640623Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9663392Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9686104Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9706665Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9729269Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9750608Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9771725Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9793715Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9815720Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9837652Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9860111Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9882627Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9905325Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9928843Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9952471Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9974866Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:54.9997633Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0020379Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0043054Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0065845Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0088670Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0111906Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0135078Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0316427Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.018s) 2022-08-17T13:19:55.0340772Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0364159Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0388511Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0410527Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0432503Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0453338Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0475429Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0497984Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0520486Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0543403Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0566092Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0588980Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0611482Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0634215Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0656567Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0679146Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0702047Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0724650Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0746496Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0769384Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0792397Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0815427Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0838390Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0861295Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0884133Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0907174Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0930722Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0953262Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0975714Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.0998392Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1020861Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1042507Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1066174Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1088133Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1110922Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1133305Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1156158Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1178875Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1202229Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1224904Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1247606Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1269988Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1293052Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1316096Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1337269Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1361117Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1384316Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1407276Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1430617Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1453038Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1476818Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1499542Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1522348Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1545546Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1568624Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1591665Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1615571Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:19:55.1637586Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:04.0821587Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (8.918s) 2022-08-17T13:20:04.5658302Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.484s) 2022-08-17T13:20:05.0697800Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.504s) 2022-08-17T13:20:05.4904779Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.421s) 2022-08-17T13:20:05.8819345Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.391s) 2022-08-17T13:20:05.9318843Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-08-17T13:20:05.9810221Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-08-17T13:20:06.0295321Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-08-17T13:20:06.0782000Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-08-17T13:20:06.1319726Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-08-17T13:20:06.1854471Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-08-17T13:20:06.2308778Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-08-17T13:20:06.2742809Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-08-17T13:20:06.2757008Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:20:06.2774184Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-08-17T13:20:06.2838695Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.008s) 2022-08-17T13:20:06.2855257Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-08-17T13:20:06.2919884Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.008s) 2022-08-17T13:20:06.2936359Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-08-17T13:20:06.2993189Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.007s) 2022-08-17T13:20:06.3009693Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-08-17T13:20:06.3063667Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.007s) 2022-08-17T13:20:06.3106188Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3665: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:20:06.3106915Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:20:06.3108738Z Q, R = torch.qr(A, some) 2022-08-17T13:20:06.3109109Z should be replaced with 2022-08-17T13:20:06.3109980Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2556.) 2022-08-17T13:20:06.3110596Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-08-17T13:20:06.4716961Z ok (0.165s) 2022-08-17T13:20:06.6467192Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.175s) 2022-08-17T13:20:06.7957465Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.149s) 2022-08-17T13:20:06.9349234Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.139s) 2022-08-17T13:20:06.9533003Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-08-17T13:20:06.9547525Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-08-17T13:20:06.9725713Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.019s) 2022-08-17T13:20:06.9739967Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-08-17T13:20:06.9918711Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.019s) 2022-08-17T13:20:06.9933158Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-08-17T13:20:07.0089184Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.017s) 2022-08-17T13:20:07.0103758Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-08-17T13:20:07.0256788Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.017s) 2022-08-17T13:20:07.0331111Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-08-17T13:20:07.0383543Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.005s) 2022-08-17T13:20:07.2530337Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.215s) 2022-08-17T13:20:07.4819164Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.229s) 2022-08-17T13:20:07.6906621Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.209s) 2022-08-17T13:20:07.8903863Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.200s) 2022-08-17T13:20:07.9249178Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-08-17T13:20:07.9588795Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-08-17T13:20:07.9931380Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-08-17T13:20:08.0272177Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-08-17T13:20:08.0409800Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-08-17T13:20:08.0535303Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-08-17T13:20:08.0639755Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:20:08.0738360Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:20:08.1997913Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.126s) 2022-08-17T13:20:08.3211270Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.121s) 2022-08-17T13:20:08.4189358Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.098s) 2022-08-17T13:20:08.5128259Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.094s) 2022-08-17T13:20:08.5149795Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:08.5180238Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:20:08.5208787Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:20:09.0993873Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.578s) 2022-08-17T13:20:09.6937993Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.594s) 2022-08-17T13:20:10.2348756Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.541s) 2022-08-17T13:20:10.7218541Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.487s) 2022-08-17T13:20:21.7432776Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (11.021s) 2022-08-17T13:20:23.0787803Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.335s) 2022-08-17T13:20:23.7392397Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.660s) 2022-08-17T13:20:24.1001788Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.361s) 2022-08-17T13:20:24.6116885Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.511s) 2022-08-17T13:20:24.6772089Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-08-17T13:20:24.7409977Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-08-17T13:20:24.8044156Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-08-17T13:20:24.8682763Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-08-17T13:20:24.8760442Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7141: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:20:24.8761059Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:20:24.8761385Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:20:24.8761592Z should be replaced with 2022-08-17T13:20:24.8761976Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:20:24.8762189Z and 2022-08-17T13:20:24.8762378Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:20:24.8762574Z should be replaced with 2022-08-17T13:20:24.8763046Z 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:3010.) 2022-08-17T13:20:24.8766245Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-08-17T13:20:24.8856046Z test_linalg.py:7141: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:20:24.8857012Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-08-17T13:20:24.9029326Z test_linalg.py:7141: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:20:24.9029983Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-08-17T13:20:24.9229924Z test_linalg.py:7141: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:20:24.9230647Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-08-17T13:20:24.9566882Z test_linalg.py:7141: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:20:24.9567584Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-08-17T13:20:24.9708262Z ok (0.102s) 2022-08-17T13:20:25.0680489Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.097s) 2022-08-17T13:20:25.1535300Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.085s) 2022-08-17T13:20:25.2360535Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.082s) 2022-08-17T13:20:25.2643672Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-08-17T13:20:25.2926699Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-08-17T13:20:25.3208122Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-08-17T13:20:25.3488722Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-08-17T13:20:25.3579327Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.009s) 2022-08-17T13:20:25.3920290Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-08-17T13:20:25.4254185Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-08-17T13:20:25.4529121Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-08-17T13:20:25.4790342Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-08-17T13:20:25.4816294Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-08-17T13:20:25.4841373Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:25.4866057Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:25.4890378Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:25.5197032Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-08-17T13:20:25.5499961Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-08-17T13:20:25.5798941Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-08-17T13:20:25.6099005Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-08-17T13:20:25.6303784Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-08-17T13:20:25.6505123Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-08-17T13:20:25.6707086Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-08-17T13:20:25.6909330Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-08-17T13:20:25.7079186Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-08-17T13:20:25.7205153Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-08-17T13:20:25.7316226Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-08-17T13:20:25.7418060Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:20:25.7439854Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:25.7461308Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:25.7482175Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:25.7502859Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-08-17T13:20:25.7637239Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-08-17T13:20:25.7683479Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:4339: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T13:20:25.7684384Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T13:20:25.7684693Z X = torch.triangular_solve(B, A).solution 2022-08-17T13:20:25.7684963Z should be replaced with 2022-08-17T13:20:25.7685519Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T13:20:25.7685944Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-08-17T13:20:25.8241703Z ok (0.060s) 2022-08-17T13:20:25.8838327Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-08-17T13:20:25.9374552Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-08-17T13:20:25.9911745Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-08-17T13:20:26.0421230Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-08-17T13:20:26.0945141Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-08-17T13:20:26.1403079Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-08-17T13:20:26.1849352Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-08-17T13:20:26.1872551Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:20:26.1895215Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:20:26.1918072Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:20:26.1948361Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:20:26.2419920Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-08-17T13:20:26.2911942Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-08-17T13:20:26.3348029Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-08-17T13:20:26.3758292Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-08-17T13:20:26.4077983Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-08-17T13:20:26.4394555Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-08-17T13:20:26.4712977Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-08-17T13:20:26.5030557Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-08-17T13:20:26.5541482Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.051s) 2022-08-17T13:20:26.5636941Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-08-17T13:20:26.5707509Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-08-17T13:20:29.5120149Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (2.941s) 2022-08-17T13:20:31.4424649Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.930s) 2022-08-17T13:20:34.4502843Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (3.008s) 2022-08-17T13:20:37.4460861Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (2.996s) 2022-08-17T13:20:40.4100747Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (2.964s) 2022-08-17T13:20:42.3035701Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.893s) 2022-08-17T13:20:42.3823015Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.079s) 2022-08-17T13:20:42.3850695Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-08-17T13:20:42.3851288Z ret **= (1 / ord) 2022-08-17T13:20:42.3879284Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-08-17T13:20:42.3879580Z absx **= ord 2022-08-17T13:20:42.3881617Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-08-17T13:20:42.3881962Z absx **= ord 2022-08-17T13:20:42.4183254Z ok (0.036s) 2022-08-17T13:20:42.4183759Z 2022-08-17T13:20:42.4184158Z ---------------------------------------------------------------------- 2022-08-17T13:20:42.4184440Z Ran 741 tests in 418.433s 2022-08-17T13:20:42.4184560Z 2022-08-17T13:20:42.4185121Z OK (skipped=57) 2022-08-17T13:20:42.4185274Z 2022-08-17T13:20:42.4185366Z Generating XML reports... 2022-08-17T13:20:42.5416563Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220817131343.xml 2022-08-17T13:20:43.2936107Z Running test_functional_autograd_benchmark ... [2022-08-17 13:20:43.293133] 2022-08-17T13:20:43.2936710Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:20:43.293230] 2022-08-17T13:20:46.3087315Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-08-17T13:20:46.3100710Z 2022-08-17T13:20:46.3100835Z Running tests... 2022-08-17T13:20:46.3101274Z ---------------------------------------------------------------------- 2022-08-17T13:23:46.1195171Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Results for model resnet18 on task vjp: nans (var: nan) 2022-08-17T13:23:49.6146641Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-08-17T13:23:53.0735005Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-08-17T13:23:57.4139605Z Results for model wav2letter on task vjp: nans (var: nan) 2022-08-17T13:24:11.6224148Z Results for model transformer on task vjp: nans (var: nan) 2022-08-17T13:24:15.0710644Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-08-17T13:24:15.5247255Z ok (209.214s) 2022-08-17T13:24:15.5259656Z 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-08-17T13:24:15.5260428Z 2022-08-17T13:24:15.5261248Z ---------------------------------------------------------------------- 2022-08-17T13:24:15.5261728Z Ran 2 tests in 209.216s 2022-08-17T13:24:15.5262347Z 2022-08-17T13:24:15.5262686Z OK (skipped=1) 2022-08-17T13:24:15.5262880Z 2022-08-17T13:24:15.5300143Z Generating XML reports... 2022-08-17T13:24:15.5300821Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220817132046.xml 2022-08-17T13:24:16.1376658Z Running test_dispatch ... [2022-08-17 13:24:16.137281] 2022-08-17T13:24:16.1377168Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:24:16.137376] 2022-08-17T13:24:19.5354310Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:24:19.5403710Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-08-17T13:24:19.5424354Z 2022-08-17T13:24:19.5424914Z Running tests... 2022-08-17T13:24:19.5425298Z ---------------------------------------------------------------------- 2022-08-17T13:24:20.0040714Z test_all_invariants (__main__.TestDispatch) ... ok (0.461s) 2022-08-17T13:24:53.9707243Z test_computed_table (__main__.TestDispatch) ... ok (33.967s) 2022-08-17T13:24:54.0219078Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.051s) 2022-08-17T13:24:54.0268087Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.005s) 2022-08-17T13:24:55.0376509Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (1.011s) 2022-08-17T13:24:56.1014834Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (1.064s) 2022-08-17T13:25:28.3583035Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (32.257s) 2022-08-17T13:25:28.4256110Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.067s) 2022-08-17T13:25:28.4763705Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.051s) 2022-08-17T13:25:28.4821600Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.006s) 2022-08-17T13:25:28.4875027Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.005s) 2022-08-17T13:26:02.2856161Z test_def (__main__.TestDispatch) ... ok (33.798s) 2022-08-17T13:26:02.3088374Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.023s) 2022-08-17T13:26:02.3104420Z test_def_only (__main__.TestDispatch) ... ok (0.002s) 2022-08-17T13:26:02.3119833Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-08-17T13:26:03.4407346Z test_def_with_inference (__main__.TestDispatch) ... ok (1.128s) 2022-08-17T13:26:03.4440642Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.003s) 2022-08-17T13:26:03.4453726Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-08-17T13:26:03.4466990Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-08-17T13:26:03.4467638Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-08-17T13:26:03.5269840Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-08-17T13:26:03.5274958Z Building extension module dangling_impl_extension... 2022-08-17T13:26:03.5275482Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:26:05.3931465Z [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-08-17T13:26:06.3715797Z [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-08-17T13:26:06.3788797Z Loading extension module dangling_impl_extension... 2022-08-17T13:26:06.3819974Z ok (2.937s) 2022-08-17T13:26:07.5548763Z test_impl_only (__main__.TestDispatch) ... ok (1.173s) 2022-08-17T13:26:07.5743296Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.019s) 2022-08-17T13:26:07.5926571Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.018s) 2022-08-17T13:26:07.6112007Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.018s) 2022-08-17T13:26:07.6339509Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.023s) 2022-08-17T13:26:07.6358489Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:139] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-08-17T13:26:07.6358887Z operator: __test45643__::foo 2022-08-17T13:26:07.6360742Z no debug info 2022-08-17T13:26:07.6361015Z dispatch key: (catch all) 2022-08-17T13:26:07.6361428Z previous kernel: fn1 2022-08-17T13:26:07.6361658Z new kernel: fn2 (function registerKernel) 2022-08-17T13:26:07.6374252Z [W OperatorEntry.cpp:139] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-08-17T13:26:07.6374703Z operator: __test45644__::foo 2022-08-17T13:26:07.6374890Z no debug info 2022-08-17T13:26:07.6375217Z dispatch key: (catch all) 2022-08-17T13:26:07.6377126Z previous kernel: fn1 2022-08-17T13:26:07.6377599Z new kernel: fn2 (function registerKernel) 2022-08-17T13:26:07.6383421Z ok (0.004s) 2022-08-17T13:26:07.6404417Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-08-17T13:26:07.6421582Z test_basic (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-08-17T13:26:07.6440181Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-08-17T13:26:07.6453774Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-08-17T13:26:07.6465368Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-08-17T13:26:07.6483819Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-08-17T13:26:07.6773262Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.029s) 2022-08-17T13:26:07.6773605Z 2022-08-17T13:26:07.6773941Z ---------------------------------------------------------------------- 2022-08-17T13:26:07.6774190Z Ran 32 tests in 108.135s 2022-08-17T13:26:07.6774295Z 2022-08-17T13:26:07.6774358Z OK 2022-08-17T13:26:07.6774448Z 2022-08-17T13:26:07.6774531Z Generating XML reports... 2022-08-17T13:26:07.6829308Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220817132419.xml 2022-08-17T13:26:07.6837367Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220817132419.xml 2022-08-17T13:26:08.4349189Z Running distributions/test_distributions ... [2022-08-17 13:26:08.434519] 2022-08-17T13:26:08.4349814Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:26:08.434612] 2022-08-17T13:26:12.0704482Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-08-17T13:26:12.0784756Z 2022-08-17T13:26:12.0785218Z Running tests... 2022-08-17T13:26:12.0785649Z ---------------------------------------------------------------------- 2022-08-17T13:26:12.1603298Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:12.1603960Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:12.1637467Z ok (0.085s) 2022-08-17T13:26:12.2146645Z test_icdf (__main__.TestAgainstScipy) ... ok (0.050s) 2022-08-17T13:26:13.6703409Z test_mean (__main__.TestAgainstScipy) ... ok (1.455s) 2022-08-17T13:26:13.7242879Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-08-17T13:26:13.7244502Z return torch.as_tensor(tensor_like) 2022-08-17T13:26:13.7442323Z ok (0.074s) 2022-08-17T13:26:13.9348517Z test_params_constraints (__main__.TestConstraints) ... ok (0.190s) 2022-08-17T13:26:14.1495147Z test_support_constraints (__main__.TestConstraints) ... ok (0.215s) 2022-08-17T13:26:14.1532096Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.1571312Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.1615164Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.1666674Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-08-17T13:26:14.1702744Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.1741600Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.1816472Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.007s) 2022-08-17T13:26:14.1846151Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.1879689Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.1915573Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.1951094Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.2010516Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-08-17T13:26:14.2078047Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.007s) 2022-08-17T13:26:14.2125415Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-08-17T13:26:14.2886767Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.076s) 2022-08-17T13:26:14.2914211Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.2945779Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.2982061Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3017602Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3060560Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3107776Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-08-17T13:26:14.3142878Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.3178369Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3216646Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3268491Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-08-17T13:26:14.3300987Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.3338077Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3395017Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-08-17T13:26:14.3458413Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-08-17T13:26:14.3491621Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.3529947Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3655950Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.013s) 2022-08-17T13:26:14.3696545Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3739624Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.3787202Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-08-17T13:26:14.3819368Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.3854905Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-08-17T13:26:14.4232911Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.038s) 2022-08-17T13:26:14.4307395Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.007s) 2022-08-17T13:26:14.4350029Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-08-17T13:26:14.4437870Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.009s) 2022-08-17T13:26:14.4561856Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.012s) 2022-08-17T13:26:14.5618121Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.105s) 2022-08-17T13:26:14.5858789Z test_bernoulli (__main__.TestDistributions) ... ok (0.024s) 2022-08-17T13:26:14.5885919Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:26:14.5937005Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:26:14.7491315Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.155s) 2022-08-17T13:26:15.1598733Z test_beta_sample (__main__.TestDistributions) ... ok (0.411s) 2022-08-17T13:26:15.1664805Z test_beta_shape (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:26:15.2639889Z test_beta_underflow (__main__.TestDistributions) ... ok (0.097s) 2022-08-17T13:26:15.2650007Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-08-17T13:26:15.3715791Z test_binomial (__main__.TestDistributions) ... ok (0.106s) 2022-08-17T13:26:15.3782240Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:26:15.3873941Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.009s) 2022-08-17T13:26:15.4975602Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.110s) 2022-08-17T13:26:15.5049267Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:26:15.5899717Z test_binomial_sample (__main__.TestDistributions) ... ok (0.085s) 2022-08-17T13:26:15.5963156Z test_binomial_stable (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:26:15.7190632Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.123s) 2022-08-17T13:26:15.7359936Z test_categorical_1d (__main__.TestDistributions) ... ok (0.017s) 2022-08-17T13:26:15.7647478Z test_categorical_2d (__main__.TestDistributions) ... ok (0.029s) 2022-08-17T13:26:15.7675370Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:26:15.8154403Z test_cauchy (__main__.TestDistributions) ... ok (0.048s) 2022-08-17T13:26:16.3942121Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:16.3942580Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:16.4502501Z ok (0.635s) 2022-08-17T13:26:16.7916604Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.341s) 2022-08-17T13:26:16.9116949Z test_chi2_sample (__main__.TestDistributions) ... ok (0.120s) 2022-08-17T13:26:16.9215355Z test_chi2_shape (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:26:16.9758656Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.054s) 2022-08-17T13:26:16.9805387Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:26:16.9851924Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:26:16.9906011Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:26:17.0438412Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.053s) 2022-08-17T13:26:17.0474562Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:26:18.6489324Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:18.6489750Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:19.2261495Z ok (2.178s) 2022-08-17T13:26:19.7841013Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.558s) 2022-08-17T13:26:19.8881969Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.104s) 2022-08-17T13:26:19.9178844Z test_exponential (__main__.TestDistributions) ... ok (0.030s) 2022-08-17T13:26:20.0356583Z test_exponential_sample (__main__.TestDistributions) ... ok (0.118s) 2022-08-17T13:26:20.0504224Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.015s) 2022-08-17T13:26:21.1929667Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.142s) 2022-08-17T13:26:21.1938681Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-08-17T13:26:21.1958139Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-08-17T13:26:21.2028592Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:26:21.5670615Z test_gamma_sample (__main__.TestDistributions) ... ok (0.364s) 2022-08-17T13:26:21.5767968Z test_gamma_shape (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:26:21.5959847Z test_geometric (__main__.TestDistributions) ... ok (0.019s) 2022-08-17T13:26:21.6129669Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.017s) 2022-08-17T13:26:21.6231123Z test_geometric_sample (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:26:21.6341790Z test_gumbel (__main__.TestDistributions) ... ok (0.011s) 2022-08-17T13:26:22.4057597Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.771s) 2022-08-17T13:26:22.4374900Z test_halfcauchy (__main__.TestDistributions) ... ok (0.032s) 2022-08-17T13:26:22.4693095Z test_halfnormal (__main__.TestDistributions) ... ok (0.032s) 2022-08-17T13:26:22.4774353Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-08-17T13:26:22.6067711Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.129s) 2022-08-17T13:26:22.6079877Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-08-17T13:26:24.5324142Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:24.5324625Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:24.9383312Z ok (2.330s) 2022-08-17T13:26:25.9355622Z test_independent_shape (__main__.TestDistributions) ... ok (0.997s) 2022-08-17T13:26:26.0058059Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.070s) 2022-08-17T13:26:26.1186298Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.113s) 2022-08-17T13:26:26.1251582Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:26:26.2129683Z test_laplace (__main__.TestDistributions) ... ok (0.088s) 2022-08-17T13:26:26.5503193Z test_laplace_sample (__main__.TestDistributions) ... ok (0.337s) 2022-08-17T13:26:26.5559618Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:26:26.6062762Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.050s) 2022-08-17T13:26:26.7011035Z test_logisticnormal (__main__.TestDistributions) ... ok (0.095s) 2022-08-17T13:26:26.7053145Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.004s) 2022-08-17T13:26:27.2292122Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.524s) 2022-08-17T13:26:27.2890126Z test_lognormal (__main__.TestDistributions) ... ok (0.060s) 2022-08-17T13:26:27.2976250Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.009s) 2022-08-17T13:26:27.6452059Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.347s) 2022-08-17T13:26:27.6691639Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.024s) 2022-08-17T13:26:27.7519484Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.083s) 2022-08-17T13:26:27.7608972Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.009s) 2022-08-17T13:26:27.8150930Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.054s) 2022-08-17T13:26:28.0282217Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.213s) 2022-08-17T13:26:28.0386178Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:26:28.1045034Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.066s) 2022-08-17T13:26:28.1256242Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.021s) 2022-08-17T13:26:28.5446212Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:28.5446653Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:28.5908061Z ok (0.465s) 2022-08-17T13:26:28.6317997Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.041s) 2022-08-17T13:26:28.6437759Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.012s) 2022-08-17T13:26:28.6891432Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.045s) 2022-08-17T13:26:28.7130435Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.024s) 2022-08-17T13:26:28.7690739Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.056s) 2022-08-17T13:26:28.7737865Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:26:28.9164667Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.143s) 2022-08-17T13:26:29.2359561Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.319s) 2022-08-17T13:26:29.2386373Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:26:29.3241763Z test_negative_binomial (__main__.TestDistributions) ... ok (0.085s) 2022-08-17T13:26:29.3942060Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.070s) 2022-08-17T13:26:29.4015515Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.007s) 2022-08-17T13:26:29.4755750Z test_normal (__main__.TestDistributions) ... ok (0.074s) 2022-08-17T13:26:29.8194237Z test_normal_sample (__main__.TestDistributions) ... ok (0.344s) 2022-08-17T13:26:29.8421782Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.023s) 2022-08-17T13:26:29.8662170Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.024s) 2022-08-17T13:26:29.8712607Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-08-17T13:26:29.8824106Z test_pareto (__main__.TestDistributions) ... ok (0.011s) 2022-08-17T13:26:30.2222572Z test_pareto_sample (__main__.TestDistributions) ... ok (0.340s) 2022-08-17T13:26:30.2236124Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-08-17T13:26:30.2243337Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-08-17T13:26:30.2482445Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-08-17T13:26:30.2483025Z warnings.warn(msg, FutureWarning) 2022-08-17T13:26:30.2494717Z ok (0.025s) 2022-08-17T13:26:30.2597984Z test_poisson_sample (__main__.TestDistributions) ... ok (0.010s) 2022-08-17T13:26:30.2629327Z test_poisson_shape (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:26:30.3259143Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.063s) 2022-08-17T13:26:30.3642212Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.038s) 2022-08-17T13:26:30.4261091Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.062s) 2022-08-17T13:26:30.4945784Z test_repr (__main__.TestDistributions) ... ok (0.068s) 2022-08-17T13:26:30.5387748Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.044s) 2022-08-17T13:26:30.5893714Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:30.5894112Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:30.6074215Z ok (0.069s) 2022-08-17T13:26:30.6777892Z test_sample_detached (__main__.TestDistributions) ... ok (0.070s) 2022-08-17T13:26:30.6937647Z test_studentT (__main__.TestDistributions) ... ok (0.016s) 2022-08-17T13:26:30.8520722Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.158s) 2022-08-17T13:26:32.4200860Z test_studentT_sample (__main__.TestDistributions) ... ok (1.568s) 2022-08-17T13:26:32.4875824Z test_support_attributes (__main__.TestDistributions) ... ok (0.067s) 2022-08-17T13:26:32.5271088Z test_uniform (__main__.TestDistributions) ... ok (0.039s) 2022-08-17T13:26:32.6067155Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.080s) 2022-08-17T13:26:32.7096072Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.103s) 2022-08-17T13:26:44.2152478Z test_vonmises_sample (__main__.TestDistributions) ... ok (11.506s) 2022-08-17T13:26:44.2363356Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:44.2363765Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:44.5350280Z ok (0.320s) 2022-08-17T13:26:44.5372935Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-08-17T13:26:44.5373563Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-08-17T13:26:50.8419365Z ok (6.307s) 2022-08-17T13:26:50.8481260Z test_wishart_properties (__main__.TestDistributions) ... ok (0.006s) 2022-08-17T13:26:51.4730580Z test_wishart_sample (__main__.TestDistributions) ... ok (0.625s) 2022-08-17T13:26:51.6869754Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:51.6870171Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:51.7581464Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:51.7582012Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:51.8336376Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:51.8336750Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:51.9028323Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:51.9028652Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:51.9813596Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:51.9813942Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:52.0365287Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:52.0365632Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:52.0967858Z ok (0.624s) 2022-08-17T13:26:52.1001597Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.003s) 2022-08-17T13:26:52.1016175Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-08-17T13:26:52.1048140Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.003s) 2022-08-17T13:26:52.1133005Z test_cat_transform (__main__.TestFunctors) ... ok (0.008s) 2022-08-17T13:26:52.1220934Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.009s) 2022-08-17T13:26:52.1299164Z test_stack_transform (__main__.TestFunctors) ... ok (0.008s) 2022-08-17T13:26:55.6393404Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-08-17T13:26:55.6393779Z warnings.warn("Singular sample detected.") 2022-08-17T13:26:56.2234277Z ok (4.093s) 2022-08-17T13:26:59.9529366Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-08-17T13:26:59.9530004Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-08-17T13:27:00.5419094Z ok (4.318s) 2022-08-17T13:27:02.0748520Z test_enumerate_support (__main__.TestJit) ... ok (1.533s) 2022-08-17T13:27:10.4201537Z test_log_prob (__main__.TestJit) ... ok (8.345s) 2022-08-17T13:27:14.2807271Z test_mean (__main__.TestJit) ... ok (3.860s) 2022-08-17T13:27:16.7344574Z test_rsample (__main__.TestJit) ... ok (2.454s) 2022-08-17T13:27:19.6390650Z test_sample (__main__.TestJit) ... ok (2.905s) 2022-08-17T13:27:24.6450216Z test_variance (__main__.TestJit) ... ok (5.006s) 2022-08-17T13:27:24.7847458Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.140s) 2022-08-17T13:27:35.9988788Z test_entropy_monte_carlo (__main__.TestKL) ... ok (11.213s) 2022-08-17T13:27:36.0393127Z test_kl_edgecases (__main__.TestKL) ... ok (0.040s) 2022-08-17T13:27:36.1193022Z test_kl_exponential_family (__main__.TestKL) ... ok (0.079s) 2022-08-17T13:27:36.1770036Z test_kl_infinite (__main__.TestKL) ... ok (0.057s) 2022-08-17T13:27:36.2574728Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.080s) 2022-08-17T13:27:36.3203893Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.062s) 2022-08-17T13:27:40.2514503Z test_kl_monte_carlo (__main__.TestKL) ... ok (3.930s) 2022-08-17T13:27:40.4020817Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.150s) 2022-08-17T13:27:40.4539180Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.051s) 2022-08-17T13:27:40.5043815Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.049s) 2022-08-17T13:27:40.6738339Z test_kl_shape (__main__.TestKL) ... ok (0.169s) 2022-08-17T13:27:40.7102836Z test_kl_transformed (__main__.TestKL) ... ok (0.035s) 2022-08-17T13:27:40.7242511Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.013s) 2022-08-17T13:27:40.7305201Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-08-17T13:27:40.7773579Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.047s) 2022-08-17T13:27:40.7853723Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.008s) 2022-08-17T13:27:40.7933528Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.008s) 2022-08-17T13:27:40.7985025Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.005s) 2022-08-17T13:27:40.8050441Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.006s) 2022-08-17T13:27:40.9117847Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.107s) 2022-08-17T13:27:40.9260508Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.014s) 2022-08-17T13:27:40.9404930Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.014s) 2022-08-17T13:27:40.9465318Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.006s) 2022-08-17T13:27:40.9544488Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.008s) 2022-08-17T13:27:41.0394074Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.085s) 2022-08-17T13:27:41.1288688Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.089s) 2022-08-17T13:27:41.1699151Z test_chi2 (__main__.TestRsample) ... ok (0.041s) 2022-08-17T13:27:42.5799312Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (1.410s) 2022-08-17T13:27:42.6656839Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.086s) 2022-08-17T13:27:43.0537211Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.388s) 2022-08-17T13:27:43.0932511Z test_gamma (__main__.TestRsample) ... ok (0.039s) 2022-08-17T13:27:43.0940694Z test_invalid (__main__.TestValidation) ... skip: division-by-zero error with UBSAN (0.001s) 2022-08-17T13:27:44.1860467Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (1.092s) 2022-08-17T13:27:44.2347857Z test_valid (__main__.TestValidation) ... ok (0.049s) 2022-08-17T13:27:44.2418549Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.007s) 2022-08-17T13:27:44.2419629Z 2022-08-17T13:27:44.2420269Z ---------------------------------------------------------------------- 2022-08-17T13:27:44.2420685Z Ran 219 tests in 92.163s 2022-08-17T13:27:44.2421764Z 2022-08-17T13:27:44.2422910Z OK (skipped=6) 2022-08-17T13:27:44.2423047Z 2022-08-17T13:27:44.2423144Z Generating XML reports... 2022-08-17T13:27:44.2455221Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220817132612.xml 2022-08-17T13:27:44.2458622Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220817132612.xml 2022-08-17T13:27:44.2495226Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220817132612.xml 2022-08-17T13:27:44.2597498Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220817132612.xml 2022-08-17T13:27:44.2601864Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220817132612.xml 2022-08-17T13:27:44.2610584Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220817132612.xml 2022-08-17T13:27:44.2622555Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220817132612.xml 2022-08-17T13:27:44.2627329Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220817132612.xml 2022-08-17T13:27:44.2636842Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220817132612.xml 2022-08-17T13:27:44.2644646Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220817132612.xml 2022-08-17T13:27:44.2649933Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220817132612.xml 2022-08-17T13:27:45.2869705Z Running test_autograd ... [2022-08-17 13:27:45.286592] 2022-08-17T13:27:45.2870232Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:27:45.286685] 2022-08-17T13:27:49.5986681Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-08-17T13:27:49.6044095Z 2022-08-17T13:27:49.6044204Z Running tests... 2022-08-17T13:27:49.6044786Z ---------------------------------------------------------------------- 2022-08-17T13:27:49.6329934Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.028s) 2022-08-17T13:27:49.6385283Z test_accumulate_grad (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:193: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1061.) 2022-08-17T13:27:49.6386115Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-08-17T13:27:49.6391295Z ok (0.006s) 2022-08-17T13:27:49.6459750Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:27:49.6493930Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:27:49.6511311Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3641: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-08-17T13:27:49.6511697Z with detect_anomaly(): 2022-08-17T13:27:49.6519751Z ok (0.003s) 2022-08-17T13:27:49.6575499Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:27:49.6822436Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.025s) 2022-08-17T13:27:49.6859932Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:27:49.6875545Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:27:50.1638579Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.476s) 2022-08-17T13:27:50.1688374Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:27:50.1782658Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:27:50.1956596Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.017s) 2022-08-17T13:27:50.5103071Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.314s) 2022-08-17T13:27:50.5447597Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.034s) 2022-08-17T13:27:50.5519157Z test_backward (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:27:50.5531397Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:27:50.5585836Z test_backward_copy (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:27:50.5609376Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:50.5620728Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:27:50.5645824Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:50.5667385Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:50.5771411Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.010s) 2022-08-17T13:27:50.5788501Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:50.5892588Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-08-17T13:27:50.5946369Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:27:50.5971131Z test_calculate_shape_util (__main__.TestAutograd) ... test_autograd.py:3503: 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:142.) 2022-08-17T13:27:50.5971595Z torch.randn(10, 5, requires_grad=True)] 2022-08-17T13:27:50.5977434Z ok (0.003s) 2022-08-17T13:27:50.5999123Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:50.6033336Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:27:50.6062576Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:27:50.6076653Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:27:50.6081095Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-08-17T13:27:50.6144097Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.007s) 2022-08-17T13:27:50.6148402Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-08-17T13:27:50.6149237Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.001s) 2022-08-17T13:27:50.6162417Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-08-17T13:27:50.6205149Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.005s) 2022-08-17T13:27:50.6214495Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-08-17T13:27:50.6250468Z Verifies that correct gradients are calculated for checkpoint ... ok (0.004s) 2022-08-17T13:27:50.6290718Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:27:50.6303816Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-08-17T13:27:50.6344644Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.005s) 2022-08-17T13:27:50.6382696Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:27:50.6436585Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:27:50.6455132Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-08-17T13:27:50.6459728Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:27:50.6477899Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-08-17T13:27:50.6482594Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:27:50.6508961Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.003s) 2022-08-17T13:27:50.6517180Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-08-17T13:27:50.6533399Z Ensures that gradient hooks are only called once per tensor. ... ok (0.002s) 2022-08-17T13:27:51.0848106Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.431s) 2022-08-17T13:27:51.1192260Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.034s) 2022-08-17T13:27:51.1305664Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:27:51.2836428Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.153s) 2022-08-17T13:27:51.2885203Z test_custom_function_error (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:27:51.2907207Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:51.3433259Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.052s) 2022-08-17T13:27:51.3624341Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.019s) 2022-08-17T13:27:51.3713103Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:27:51.4051319Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.034s) 2022-08-17T13:27:51.4319578Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.027s) 2022-08-17T13:27:51.4341833Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:51.4369225Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:27:51.4846774Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.048s) 2022-08-17T13:27:51.4925948Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.008s) 2022-08-17T13:27:51.5353914Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.043s) 2022-08-17T13:27:51.5600555Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.025s) 2022-08-17T13:27:52.7659300Z test_deep_reentrant (__main__.TestAutograd) ... ok (1.206s) 2022-08-17T13:27:52.7770722Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:27:52.7802644Z test_dep_nograd (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:27:52.7831787Z test_dependent_backward (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:27:52.7940715Z test_detach (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:27:52.7947108Z test_detach_base (__main__.TestAutograd) 2022-08-17T13:27:52.7954052Z detaching base does not detach view ... ok (0.001s) 2022-08-17T13:27:52.8051116Z test_detach_disallows_metadata_change (__main__.TestAutograd) ... ok (0.010s) 2022-08-17T13:27:52.8159050Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:27:52.8181467Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:52.8194163Z test_diagonal_expanded_v (__main__.TestAutograd) ... test_autograd.py:2214: 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-08-17T13:27:52.8194747Z v_expanded = torch.tensor(value).expand(10) 2022-08-17T13:27:52.8209635Z ok (0.003s) 2022-08-17T13:27:52.8271783Z test_dir (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:27:52.8288281Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:27:52.8322702Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:27:52.8342373Z test_eig_complex_eigenvalues (__main__.TestAutograd) ... test_autograd.py:3758: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T13:27:52.8342933Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T13:27:52.8343215Z L, _ = torch.eig(A) 2022-08-17T13:27:52.8343398Z should be replaced with 2022-08-17T13:27:52.8343604Z L_complex = torch.linalg.eigvals(A) 2022-08-17T13:27:52.8343882Z and 2022-08-17T13:27:52.8344179Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T13:27:52.8346463Z should be replaced with 2022-08-17T13:27:52.8347162Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3378.) 2022-08-17T13:27:52.8347554Z w, v = torch.eig(A, eigenvectors=True) 2022-08-17T13:27:52.8441991Z ok (0.012s) 2022-08-17T13:27:52.8552485Z test_eig_no_eigenvectors (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:28:03.7020877Z test_free_deep_graph (__main__.TestAutograd) ... ok (10.847s) 2022-08-17T13:28:10.6252564Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (6.923s) 2022-08-17T13:28:16.4307588Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (5.805s) 2022-08-17T13:28:16.4367165Z test_function (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:16.4420257Z test_function_returns_input (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:28:16.4449065Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:16.4455928Z test_gc_in_destructor (__main__.TestAutograd) 2022-08-17T13:28:17.1769330Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.732s) 2022-08-17T13:28:17.1858090Z test_grad (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:28:17.1876546Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:17.1928812Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:28:17.1974215Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-08-17T13:28:17.2234577Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.026s) 2022-08-17T13:28:17.2251435Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:17.2528886Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.028s) 2022-08-17T13:28:17.2602144Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:28:17.2662154Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:17.2692695Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:17.2732028Z test_grad_nonleaf (__main__.TestAutograd) ... test_autograd.py:528: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-08-17T13:28:17.2733285Z self.assertIsNone(x.grad) 2022-08-17T13:28:17.2800390Z ok (0.011s) 2022-08-17T13:28:17.2831281Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:17.2863634Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... test_autograd.py:580: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-08-17T13:28:17.2864584Z self.assertIsNone(x_list[0].grad) 2022-08-17T13:28:17.2872837Z test_autograd.py:587: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-08-17T13:28:17.2873534Z self.assertIsNone(x_list[i].grad) 2022-08-17T13:28:17.2897975Z ok (0.007s) 2022-08-17T13:28:17.2938391Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:17.2970977Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:17.3825246Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.085s) 2022-08-17T13:28:17.5103288Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.128s) 2022-08-17T13:28:17.5123572Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-08-17T13:28:17.5846076Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.074s) 2022-08-17T13:28:17.5869350Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-08-17T13:28:17.5869957Z f'Input #{idx} requires gradient and ' 2022-08-17T13:28:17.5933081Z ok (0.009s) 2022-08-17T13:28:17.6309169Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.037s) 2022-08-17T13:28:17.6330976Z test_gradcheck_custom_error (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-08-17T13:28:17.6331541Z f'Input #{idx} requires gradient and ' 2022-08-17T13:28:17.6907490Z ok (0.060s) 2022-08-17T13:28:17.7151957Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.024s) 2022-08-17T13:28:18.1392867Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.424s) 2022-08-17T13:28:18.1638680Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.024s) 2022-08-17T13:28:18.1887543Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.025s) 2022-08-17T13:28:18.2128354Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.024s) 2022-08-17T13:28:18.2324342Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-08-17T13:28:18.2325228Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-08-17T13:28:18.2325694Z ok (0.020s) 2022-08-17T13:28:18.2538235Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-08-17T13:28:18.2539035Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-08-17T13:28:18.2539282Z ok (0.021s) 2022-08-17T13:28:18.2567355Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-08-17T13:28:18.2567893Z f'Input #{idx} requires gradient and ' 2022-08-17T13:28:18.4288709Z ok (0.175s) 2022-08-17T13:28:18.4303446Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:28:18.8608454Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.430s) 2022-08-17T13:28:18.8666777Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:18.9219537Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.055s) 2022-08-17T13:28:18.9241860Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... test_autograd.py:3913: 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:68.) 2022-08-17T13:28:18.9242531Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-08-17T13:28:18.9396491Z expected failure (0.018s) 2022-08-17T13:28:18.9568004Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.017s) 2022-08-17T13:28:18.9581011Z test_gradcheck_test_outputs (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:28:18.9794510Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.021s) 2022-08-17T13:28:18.9805875Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:28:18.9954876Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.015s) 2022-08-17T13:28:19.0178799Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.022s) 2022-08-17T13:28:19.0191459Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-08-17T13:28:19.0254504Z test_hessian_vector (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:19.0283124Z test_hook_none (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:19.0297921Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:19.0372677Z test_hooks (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:28:19.0408135Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:19.0429049Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.1104366Z test_indexing (__main__.TestAutograd) ... ok (0.067s) 2022-08-17T13:28:19.1191868Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:28:19.1657809Z test_inplace (__main__.TestAutograd) ... ok (0.046s) 2022-08-17T13:28:19.1891886Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.023s) 2022-08-17T13:28:19.2530113Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.064s) 2022-08-17T13:28:19.2598509Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:28:19.2616626Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.3468336Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.085s) 2022-08-17T13:28:19.3503347Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:19.3605928Z test_integer_outputs (__main__.TestAutograd) ... ok (0.010s) 2022-08-17T13:28:19.3700931Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:28:19.3723171Z test_isolated_node (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.3759160Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:19.3773751Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:19.3807309Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-08-17T13:28:19.3827671Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.3857417Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:19.3874642Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.3896465Z test_materialize_grads (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.3953202Z test_multi_backward (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:19.3967642Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:19.3982369Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1092: 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:1560.) 2022-08-17T13:28:19.3982982Z return super(Tensor, self).refine_names(names) 2022-08-17T13:28:19.4003803Z ok (0.004s) 2022-08-17T13:28:19.4041900Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.004s) 2022-08-17T13:28:19.4205024Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.016s) 2022-08-17T13:28:19.4221792Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.4311353Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.009s) 2022-08-17T13:28:19.4342773Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:19.4364052Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.4385539Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.4396907Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:19.4430373Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:19.4467397Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2322: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-08-17T13:28:19.4467948Z "Argument order of nn.functional.embedding_bag was changed. " 2022-08-17T13:28:19.4666956Z ok (0.023s) 2022-08-17T13:28:19.4679062Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:19.4785961Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:28:19.4792732Z test_no_grad_python_function (__main__.TestAutograd) 2022-08-17T13:28:19.4799607Z Python Functions should respect grad mode. ... ok (0.001s) 2022-08-17T13:28:19.4939769Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.014s) 2022-08-17T13:28:19.4966417Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:19.5030240Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:19.5090079Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:19.5205866Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:28:19.5244221Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:19.5288801Z test_once_differentiable (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:19.5415656Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.013s) 2022-08-17T13:28:19.5751587Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.033s) 2022-08-17T13:28:19.5835543Z test_pickle (__main__.TestAutograd) ... ok (0.008s) 2022-08-17T13:28:19.5873506Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:19.5915133Z test_power_function (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:19.5935409Z test_profiler (__main__.TestAutograd) ... STAGE:2022-08-17 13:28:19 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:19.5942924Z STAGE:2022-08-17 13:28:19 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:19.5966793Z ok (0.005s) 2022-08-17T13:28:19.5988176Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:19.6011095Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... 2022-08-17T13:28:19.6021639Z STAGE:2022-08-17 13:28:19 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:19.9036448Z STAGE:2022-08-17 13:28:19 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:21.9726330Z =================================================================================================================================================================== 2022-08-17T13:28:21.9726681Z TEST 2022-08-17T13:28:21.9727662Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:21.9728273Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:28:21.9729044Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:21.9729580Z aten::lstm 0.70% 1.030ms 5.86% 8.648ms 8.648ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9729954Z aten::lstm 0.63% 937.000us 4.98% 7.350ms 7.350ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9730331Z aten::lstm 0.62% 911.000us 4.90% 7.232ms 7.232ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9730716Z aten::lstm 0.61% 905.000us 5.07% 7.486ms 7.486ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9731108Z aten::lstm 0.61% 905.000us 4.84% 7.148ms 7.148ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9731477Z aten::lstm 0.61% 902.000us 4.94% 7.291ms 7.291ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9731815Z aten::lstm 0.61% 902.000us 4.82% 7.122ms 7.122ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9732298Z aten::lstm 0.61% 901.000us 4.77% 7.047ms 7.047ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9732690Z aten::lstm 0.61% 897.000us 4.81% 7.100ms 7.100ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9733086Z aten::lstm 0.61% 896.000us 4.92% 7.269ms 7.269ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:21.9733806Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:21.9734271Z Self CPU time total: 147.671ms 2022-08-17T13:28:21.9734434Z 2022-08-17T13:28:22.9028087Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:22.9028621Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:28:22.9029210Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:22.9029642Z aten::mul 12.57% 18.558ms 12.57% 18.558ms 30.930us 600 [[3, 20], [3, 20]] 2022-08-17T13:28:22.9029933Z aten::lstm 12.11% 17.878ms 98.81% 145.921ms 7.296ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:22.9030219Z aten::sigmoid_ 11.48% 16.955ms 11.48% 16.955ms 28.258us 600 [[3, 20]] 2022-08-17T13:28:22.9030503Z aten::addmm 8.58% 12.669ms 12.90% 19.048ms 95.240us 200 [[80], [3, 20], [20, 80], [], []] 2022-08-17T13:28:22.9030972Z aten::unsafe_split 4.96% 7.328ms 14.49% 21.393ms 106.965us 200 [[3, 80], [], []] 2022-08-17T13:28:22.9031264Z aten::add_ 4.43% 6.535ms 4.43% 6.535ms 32.675us 200 [[3, 80], [3, 80], []] 2022-08-17T13:28:22.9031541Z aten::slice 4.35% 6.420ms 6.85% 10.122ms 12.652us 800 [[3, 80], [], [], [], []] 2022-08-17T13:28:22.9031820Z aten::tanh 3.99% 5.896ms 3.99% 5.896ms 29.480us 200 [[3, 20]] 2022-08-17T13:28:22.9032102Z aten::tanh_ 3.90% 5.760ms 3.90% 5.760ms 28.800us 200 [[3, 20]] 2022-08-17T13:28:22.9032367Z aten::add_ 3.03% 4.471ms 3.03% 4.471ms 22.355us 200 [[3, 20], [3, 20], []] 2022-08-17T13:28:22.9032883Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:22.9033229Z Self CPU time total: 147.671ms 2022-08-17T13:28:22.9033352Z 2022-08-17T13:28:23.7037451Z =================================================================================================================================================================== 2022-08-17T13:28:23.7037860Z TEST 2022-08-17T13:28:23.7038221Z =================================================================================================================================================================== 2022-08-17T13:28:23.7039182Z This report only display top-level ops statistics 2022-08-17T13:28:23.7040097Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:23.7040899Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:28:23.7041903Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:23.7042668Z aten::lstm 0.70% 1.030ms 5.86% 8.648ms 8.648ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7043133Z aten::lstm 0.63% 937.000us 4.98% 7.350ms 7.350ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7043623Z aten::lstm 0.62% 911.000us 4.90% 7.232ms 7.232ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7044212Z aten::lstm 0.61% 905.000us 5.07% 7.486ms 7.486ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7044706Z aten::lstm 0.61% 905.000us 4.84% 7.148ms 7.148ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7045185Z aten::lstm 0.61% 902.000us 4.94% 7.291ms 7.291ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7045668Z aten::lstm 0.61% 902.000us 4.82% 7.122ms 7.122ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7046134Z aten::lstm 0.61% 901.000us 4.77% 7.047ms 7.047ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7046780Z aten::lstm 0.61% 897.000us 4.81% 7.100ms 7.100ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7047259Z aten::lstm 0.61% 896.000us 4.92% 7.269ms 7.269ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:23.7048162Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:23.7048774Z Self CPU time total: 147.671ms 2022-08-17T13:28:23.7048961Z 2022-08-17T13:28:24.6274384Z =================================================================================================================================================================== 2022-08-17T13:28:24.6275106Z This report only display top-level ops statistics 2022-08-17T13:28:24.6276024Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:24.6276828Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:28:24.6277793Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:24.6278508Z aten::lstm 12.11% 17.878ms 98.81% 145.921ms 7.296ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-08-17T13:28:24.6278985Z aten::randn 0.61% 905.000us 1.19% 1.750ms 29.167us 60 [[], [], [], [], []] 2022-08-17T13:28:24.6280175Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-08-17T13:28:24.6280766Z Self CPU time total: 147.671ms 2022-08-17T13:28:24.6280958Z 2022-08-17T13:28:24.6281160Z Total time based on python measurements: 154.395ms 2022-08-17T13:28:24.7602144Z CPU time measurement python side overhead: 4.55% 2022-08-17T13:28:24.8524183Z STAGE:2022-08-17 13:28:24 1127:1127 output_json.cpp:417] Completed Stage: Post Processing 2022-08-17T13:28:24.8792851Z ok (5.280s) 2022-08-17T13:28:24.8799607Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-08-17T13:28:24.8810741Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-08-17 13:28:24 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:24.8817552Z STAGE:2022-08-17 13:28:24 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:24.8850268Z ok (0.006s) 2022-08-17T13:28:24.8869999Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:25.3429165Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-08-17 13:28:25 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:25.3503111Z STAGE:2022-08-17 13:28:25 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:25.3537488Z ok (0.467s) 2022-08-17T13:28:25.3577282Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-08-17T13:28:25.3583787Z test_profiler_shapes (__main__.TestAutograd) ... 2022-08-17T13:28:25.3592380Z STAGE:2022-08-17 13:28:25 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:25.3606433Z STAGE:2022-08-17 13:28:25 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:25.3663114Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-08-17T13:28:25.3663881Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-08-17T13:28:25.3664714Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-08-17T13:28:25.3665337Z aten::linear 3.89% 22.000us 62.65% 354.000us 354.000us 1 [[128, 20], [30, 20], [30]] 2022-08-17T13:28:25.3665809Z aten::t 10.27% 58.000us 16.64% 94.000us 94.000us 1 [[30, 20]] 2022-08-17T13:28:25.3666242Z aten::transpose 3.54% 20.000us 6.37% 36.000us 36.000us 1 [[30, 20], [], []] 2022-08-17T13:28:25.3666669Z aten::as_strided 2.83% 16.000us 2.83% 16.000us 16.000us 1 [[30, 20], [], [], []] 2022-08-17T13:28:25.3667115Z aten::addmm 23.72% 134.000us 42.12% 238.000us 238.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-08-17T13:28:25.3667589Z aten::expand 2.65% 15.000us 4.07% 23.000us 23.000us 1 [[30], [], []] 2022-08-17T13:28:25.3667978Z aten::as_strided 1.42% 8.000us 1.42% 8.000us 8.000us 1 [[30], [], [], []] 2022-08-17T13:28:25.3668638Z aten::copy_ 14.16% 80.000us 14.16% 80.000us 80.000us 1 [[128, 30], [128, 30], []] 2022-08-17T13:28:25.3669121Z aten::resolve_conj 0.18% 1.000us 0.18% 1.000us 1.000us 1 [[128, 30]] 2022-08-17T13:28:25.3669627Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-08-17T13:28:25.3670126Z aten::linear 2.12% 12.000us 37.35% 211.000us 211.000us 1 [[128, 30], [40, 30], [40]] 2022-08-17T13:28:25.3670613Z aten::t 3.89% 22.000us 7.26% 41.000us 41.000us 1 [[40, 30]] 2022-08-17T13:28:25.3671095Z aten::transpose 1.95% 11.000us 3.36% 19.000us 19.000us 1 [[40, 30], [], []] 2022-08-17T13:28:25.3671586Z aten::as_strided 1.42% 8.000us 1.42% 8.000us 8.000us 1 [[40, 30], [], [], []] 2022-08-17T13:28:25.3672080Z aten::addmm 12.39% 70.000us 27.96% 158.000us 158.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-08-17T13:28:25.3672497Z aten::expand 1.59% 9.000us 2.48% 14.000us 14.000us 1 [[40], [], []] 2022-08-17T13:28:25.3672939Z aten::as_strided 0.88% 5.000us 0.88% 5.000us 5.000us 1 [[40], [], [], []] 2022-08-17T13:28:25.3673382Z aten::copy_ 12.92% 73.000us 12.92% 73.000us 73.000us 1 [[128, 40], [128, 40], []] 2022-08-17T13:28:25.3673842Z aten::resolve_conj 0.18% 1.000us 0.18% 1.000us 1.000us 1 [[128, 40]] 2022-08-17T13:28:25.3674432Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-08-17T13:28:25.3675348Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-08-17T13:28:25.3675917Z Self CPU time total: 565.000us 2022-08-17T13:28:25.3676096Z 2022-08-17T13:28:25.3676195Z ok (0.010s) 2022-08-17T13:28:25.3683313Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-08-17 13:28:25 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:25.3687247Z STAGE:2022-08-17 13:28:25 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:25.3693337Z ok (0.003s) 2022-08-17T13:28:28.6289912Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (3.259s) 2022-08-17T13:28:28.6330517Z test_record_function (__main__.TestAutograd) ... STAGE:2022-08-17 13:28:28 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:28.6346826Z STAGE:2022-08-17 13:28:28 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:28.6429814Z STAGE:2022-08-17 13:28:28 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:28.6435992Z STAGE:2022-08-17 13:28:28 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:28.6448128Z ok (0.016s) 2022-08-17T13:28:28.6464540Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-08-17 13:28:28 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:28.6473258Z STAGE:2022-08-17 13:28:28 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:28.6505001Z ok (0.006s) 2022-08-17T13:28:28.6519562Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:28.6535179Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-08-17 13:28:28 1127:1127 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-08-17T13:28:28.6548099Z STAGE:2022-08-17 13:28:28 1127:1127 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-08-17T13:28:28.6569874Z ok (0.005s) 2022-08-17T13:28:28.6600732Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.6672758Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.007s) 2022-08-17T13:28:28.6692586Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.6711585Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.6730701Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.6756099Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.6788605Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.6808457Z test_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.7296055Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.049s) 2022-08-17T13:28:28.7311686Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.7367665Z test_retain_grad (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:28.7385849Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.7423541Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:28.7456270Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.7633878Z test_return_duplicate (__main__.TestAutograd) ... ok (0.018s) 2022-08-17T13:28:28.7820139Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.019s) 2022-08-17T13:28:28.7862929Z test_return_leaf (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:28.7889814Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.7915081Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.7978693Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.006s) 2022-08-17T13:28:28.8002467Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.8030598Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.8058492Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.8190838Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.013s) 2022-08-17T13:28:28.8481702Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.029s) 2022-08-17T13:28:28.8510236Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.8534904Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.8612981Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.008s) 2022-08-17T13:28:28.8641423Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.8777148Z test_select_sum (__main__.TestAutograd) ... ok (0.013s) 2022-08-17T13:28:28.8787603Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:28.8831057Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:28.8874693Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:28.8906592Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.8929204Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.8950183Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.8970053Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.8985140Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:28.9008788Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.9033513Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.9497821Z test_setitem (__main__.TestAutograd) ... ok (0.046s) 2022-08-17T13:28:28.9602337Z test_setitem_mask (__main__.TestAutograd) ... ok (0.010s) 2022-08-17T13:28:28.9612726Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:28.9652378Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:28.9664957Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:28.9823480Z test_sharded_grad (__main__.TestAutograd) ... ok (0.016s) 2022-08-17T13:28:28.9854951Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.9883405Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.9906227Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:28.9934645Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:28.9969976Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:29.0003610Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.003s) 2022-08-17T13:28:29.0023856Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:29.0044254Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:29.0532451Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.049s) 2022-08-17T13:28:29.0552641Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... test_autograd.py:3765: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:28:29.0553894Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:28:29.0554494Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:28:29.0554816Z should be replaced with 2022-08-17T13:28:29.0555242Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:28:29.0555454Z and 2022-08-17T13:28:29.0555631Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:28:29.0555839Z should be replaced with 2022-08-17T13:28:29.0556315Z 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:2992.) 2022-08-17T13:28:29.0556667Z w, v = torch.symeig(A, eigenvectors=False) 2022-08-17T13:28:29.0650494Z ok (0.012s) 2022-08-17T13:28:29.0669547Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:32.3530932Z test_thread_shutdown (__main__.TestAutograd) ... ok (3.286s) 2022-08-17T13:28:32.3571966Z test_too_many_grads (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:32.3682010Z test_type_conversions (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:28:32.3875464Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.019s) 2022-08-17T13:28:32.3916378Z test_unused_output (__main__.TestAutograd) ... ok (0.004s) 2022-08-17T13:28:32.4030055Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.011s) 2022-08-17T13:28:32.5434138Z test_variable_traverse (__main__.TestAutograd) ... ok (0.140s) 2022-08-17T13:28:32.5456300Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-08-17T13:28:32.5468529Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-08-17T13:28:32.5562431Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.009s) 2022-08-17T13:28:32.5705012Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.014s) 2022-08-17T13:28:32.5722763Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:28:32.5744110Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.5758147Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:28:32.5775136Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.5789954Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:28:32.5805603Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.5831503Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:28:32.5845759Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:28:32.5858152Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:28:32.6311408Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.045s) 2022-08-17T13:28:32.6323427Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:28:32.6397985Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:28:32.6421076Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.6442188Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... test_autograd.py:8296: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-08-17T13:28:32.6443111Z self.assertIsNone(a.grad) 2022-08-17T13:28:32.6443300Z ok (0.002s) 2022-08-17T13:28:32.6463531Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.6942116Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.048s) 2022-08-17T13:28:32.7099423Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:28:32.7253086Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:28:32.7452564Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.020s) 2022-08-17T13:28:32.7485634Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:28:32.7558142Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:28:32.7580995Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.7654180Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:28:32.7675816Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.8097791Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.042s) 2022-08-17T13:28:32.8117922Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.8128234Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:28:32.8203609Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:28:32.8358837Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:28:32.8375116Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.8397396Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.8408814Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:28:32.8417993Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:28:32.8460253Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:28:32.8472548Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:28:32.8491560Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.8510231Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.8521380Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:28:32.8540315Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1531.) 2022-08-17T13:28:32.8540883Z func_out = func(*tupled_inputs) 2022-08-17T13:28:32.8656353Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-08-17T13:28:32.8656987Z func_out = func(*tupled_inputs) 2022-08-17T13:28:32.8759035Z ok (0.024s) 2022-08-17T13:28:32.9195288Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.043s) 2022-08-17T13:28:32.9215846Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.9235368Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:32.9292248Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:28:32.9346214Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:28:32.9400092Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:28:32.9456643Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:28:32.9478075Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:28:32.9609074Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:28:32.9723582Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:28:33.1129748Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.140s) 2022-08-17T13:28:33.1854709Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.072s) 2022-08-17T13:28:33.1888390Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:28:33.1999541Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:28:33.2023386Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:28:33.2037219Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:28:33.2082174Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:28:33.2537835Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.045s) 2022-08-17T13:28:33.2803311Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:28:33.2897231Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.009s) 2022-08-17T13:28:33.2911149Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:28:33.2942723Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-08-17T13:28:33.2979667Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-08-17T13:28:33.3097655Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.012s) 2022-08-17T13:28:33.3122959Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-08-17T13:28:33.3132514Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:28:33.3149506Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:28:33.3176642Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-08-17T13:28:33.3193902Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:28:33.3209951Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:28:33.3240825Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-08-17T13:28:33.3308831Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-08-17T13:28:33.3393011Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-08-17T13:28:33.3414939Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:28:33.3433568Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:28:33.3451169Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:28:33.3469214Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-08-17T13:28:33.3512676Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-08-17T13:28:33.3525135Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-08-17T13:28:33.3643440Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.012s) 2022-08-17T13:28:33.3707814Z test_print (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-08-17T13:28:33.3776725Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-08-17T13:28:33.3845154Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-08-17T13:28:33.3912220Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-08-17T13:28:33.3968542Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-08-17T13:28:33.4038668Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.007s) 2022-08-17T13:28:33.4059568Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-08-17T13:28:33.4077498Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-08-17T13:28:33.4180389Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.010s) 2022-08-17T13:28:33.4412476Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.023s) 2022-08-17T13:28:33.4429766Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-08-17T13:28:33.4547195Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-08-17T13:28:33.4553664Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-08-17T13:28:33.4559952Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-08-17T13:28:33.4922778Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.036s) 2022-08-17T13:28:34.4560500Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.964s) 2022-08-17T13:28:38.4320756Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (3.976s) 2022-08-17T13:28:38.8888429Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.457s) 2022-08-17T13:28:40.5239523Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.635s) 2022-08-17T13:28:40.5314091Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:28:40.5554881Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.024s) 2022-08-17T13:28:40.5575034Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:28:40.5617701Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:28:40.5764595Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-08-17T13:28:40.6773286Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.101s) 2022-08-17T13:28:40.6865095Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-08-17T13:28:40.7122947Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.026s) 2022-08-17T13:28:40.7216477Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-08-17T13:28:40.7548983Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.033s) 2022-08-17T13:28:40.7648772Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-08-17T13:28:40.8007956Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.036s) 2022-08-17T13:28:40.8140615Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-08-17T13:28:40.8659752Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.052s) 2022-08-17T13:28:40.8732202Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:28:40.8964144Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-08-17T13:28:40.9020356Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:28:40.9304613Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.028s) 2022-08-17T13:28:40.9350376Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:40.9507095Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-08-17T13:28:41.0329481Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.082s) 2022-08-17T13:28:41.4611964Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.428s) 2022-08-17T13:28:41.4913288Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.030s) 2022-08-17T13:28:41.6215883Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.130s) 2022-08-17T13:28:41.6413997Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-08-17T13:28:41.7475210Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.106s) 2022-08-17T13:28:41.7651520Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-08-17T13:28:41.7745585Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-08-17T13:28:42.2530475Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.478s) 2022-08-17T13:28:44.1407216Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.888s) 2022-08-17T13:28:44.1504509Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-08-17T13:28:44.1757367Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-08-17T13:28:44.1812226Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:44.1943956Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-08-17T13:28:44.2007548Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:28:44.2206504Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-08-17T13:28:44.2265379Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:28:44.2417063Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-08-17T13:28:44.2477595Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:28:44.2638358Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-08-17T13:28:44.5498160Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.286s) 2022-08-17T13:28:45.8015348Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.252s) 2022-08-17T13:28:46.0265399Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.225s) 2022-08-17T13:28:46.9418747Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.915s) 2022-08-17T13:28:46.9494715Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-08-17T13:28:46.9722386Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-08-17T13:28:46.9733210Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-08-17T13:28:46.9746735Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-08-17T13:28:46.9828251Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-08-17T13:28:47.0088609Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.026s) 2022-08-17T13:28:47.0138355Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:47.0255854Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-08-17T13:28:47.0326117Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:28:47.0568563Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.024s) 2022-08-17T13:28:47.0626825Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:28:47.0816728Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-08-17T13:28:47.0907081Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-08-17T13:28:47.1212431Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.030s) 2022-08-17T13:28:47.1272960Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:28:47.1448282Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-08-17T13:28:47.1493141Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:28:47.1631671Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-08-17T13:28:47.1663704Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:28:47.1744965Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-08-17T13:28:47.1751469Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-08-17T13:28:47.1757809Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.001s) 2022-08-17T13:28:47.1832921Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:28:47.2163213Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.033s) 2022-08-17T13:28:47.2309029Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-08-17T13:28:47.2933746Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.062s) 2022-08-17T13:28:47.3383006Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.045s) 2022-08-17T13:28:47.5447663Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.206s) 2022-08-17T13:28:47.5647109Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-08-17T13:28:47.6394769Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.075s) 2022-08-17T13:28:47.6533830Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-08-17T13:28:47.7288090Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.075s) 2022-08-17T13:28:47.7517835Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-08-17T13:28:47.8893787Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.137s) 2022-08-17T13:28:47.8915780Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-08-17T13:28:47.8964596Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:48.2222784Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.326s) 2022-08-17T13:28:49.4979905Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.276s) 2022-08-17T13:28:49.5022535Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:28:49.5099752Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-08-17T13:28:49.5155394Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:49.5293588Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-08-17T13:28:49.5328139Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:28:49.5397606Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:28:49.5458375Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-08-17T13:28:49.5601130Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-08-17T13:28:49.5644822Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:28:49.5755909Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-08-17T13:28:50.0276621Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.452s) 2022-08-17T13:28:51.7249235Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.697s) 2022-08-17T13:28:51.7315490Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:28:51.7464731Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-08-17T13:28:51.7513191Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:51.7634402Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-08-17T13:28:51.7689693Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:51.7871368Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-08-17T13:28:51.7920787Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:51.8040910Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-08-17T13:28:51.8076092Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:28:51.8164496Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-08-17T13:28:52.1013663Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.285s) 2022-08-17T13:28:53.2218180Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.120s) 2022-08-17T13:28:53.2256364Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-08-17T13:28:53.2330012Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:28:53.2377130Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:53.2492835Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-08-17T13:28:53.2539048Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:53.2700397Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-08-17T13:28:53.2749951Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-08-17T13:28:53.2861999Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-08-17T13:28:53.2895794Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-08-17T13:28:53.2968154Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-08-17T13:28:53.2979081Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:28:53.2996873Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-08-17T13:28:53.3103463Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-08-17T13:28:53.3242747Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.014s) 2022-08-17T13:28:53.3338324Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.010s) 2022-08-17T13:28:53.3349683Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:28:53.3365262Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-08-17T13:28:53.3375577Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:28:53.3387029Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:28:53.3534295Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.015s) 2022-08-17T13:28:53.3545697Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:28:53.3693725Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.015s) 2022-08-17T13:28:53.3837452Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.014s) 2022-08-17T13:28:53.4038909Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.020s) 2022-08-17T13:28:53.4053637Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:28:53.4078623Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-08-17T13:28:53.4093486Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-08-17T13:28:53.4115557Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-08-17T13:28:53.4198175Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-08-17T13:28:53.4252459Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.005s) 2022-08-17T13:28:53.4303011Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.005s) 2022-08-17T13:28:53.4316107Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-08-17T13:28:53.4355367Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.004s) 2022-08-17T13:28:53.6488552Z test_cat_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.213s) 2022-08-17T13:28:53.6511522Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-08-17T13:28:53.7167432Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.065s) 2022-08-17T13:28:53.7179088Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-08-17T13:28:53.7634544Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.045s) 2022-08-17T13:28:53.7655677Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-08-17T13:28:53.8130347Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.047s) 2022-08-17T13:28:53.8281203Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.015s) 2022-08-17T13:28:53.8521864Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.024s) 2022-08-17T13:28:53.8522217Z 2022-08-17T13:28:53.8522669Z ---------------------------------------------------------------------- 2022-08-17T13:28:53.8523570Z Ran 504 tests in 64.248s 2022-08-17T13:28:53.8523884Z 2022-08-17T13:28:53.8524050Z OK (skipped=27, expected failures=2) 2022-08-17T13:28:53.8524301Z 2022-08-17T13:28:53.8524461Z Generating XML reports... 2022-08-17T13:28:53.8785739Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220817132749.xml 2022-08-17T13:28:53.8787773Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220817132749.xml 2022-08-17T13:28:53.8851694Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220817132749.xml 2022-08-17T13:28:53.8875993Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220817132749.xml 2022-08-17T13:28:53.8881932Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220817132749.xml 2022-08-17T13:28:53.8981280Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220817132749.xml 2022-08-17T13:28:53.8999257Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220817132749.xml 2022-08-17T13:28:53.9004684Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220817132749.xml 2022-08-17T13:28:53.9014256Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220817132749.xml 2022-08-17T13:28:54.7076181Z Running test_torch ... [2022-08-17 13:28:54.707284] 2022-08-17T13:28:54.7076697Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:28:54.707372] 2022-08-17T13:28:58.1957864Z Test results will be stored in test-reports/python-unittest/test_torch 2022-08-17T13:28:58.2164779Z 2022-08-17T13:28:58.2165169Z Running tests... 2022-08-17T13:28:58.2165782Z ---------------------------------------------------------------------- 2022-08-17T13:28:58.2187249Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-08-17T13:28:58.2199258Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:28:58.2199799Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:28:58.2200520Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:28:58.2200835Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:28:58.2201124Z ok (0.001s) 2022-08-17T13:28:58.2225762Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.enabled True 2022-08-17T13:28:58.2226155Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:28:58.2226486Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:28:58.2226839Z ok (0.003s) 2022-08-17T13:28:58.2264532Z test_RNGState (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:28:58.2312701Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:28:58.2345946Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:28:58.2366430Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:28:58.2379653Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:28:58.2392502Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:28:58.2404447Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:28:58.3138636Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.073s) 2022-08-17T13:28:58.3156718Z test_apply (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:28:58.3246455Z test_as_subclass (__main__.TestTorch) ... ok (0.009s) 2022-08-17T13:28:58.3538785Z test_assert_async (__main__.TestTorch) ... ok (0.029s) 2022-08-17T13:28:58.4125799Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.059s) 2022-08-17T13:28:58.4299767Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.017s) 2022-08-17T13:28:59.4618087Z test_bmm_multithreaded (__main__.TestTorch) ... test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:28:59.4618831Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:28:59.4805553Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:28:59.4806198Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:28:59.4858344Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:28:59.4858968Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:28:59.5017928Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:28:59.5018548Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:28:59.5071386Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:28:59.5072158Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:28:59.5233577Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:28:59.5234171Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:28:59.5287509Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:28:59.5288091Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:29:02.9320014Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:29:02.9321251Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:29:02.9651166Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:29:02.9652283Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:29:02.9710629Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:29:02.9711717Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:29:02.9891794Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:29:02.9892860Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:29:02.9953107Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:29:02.9953982Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:29:03.0133731Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:29:03.0134351Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:29:03.0193470Z test_torch.py:8528: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:29:03.0194077Z torch.bmm(b1, b2, out=res2) 2022-08-17T13:29:03.0376111Z ok (4.608s) 2022-08-17T13:29:03.0398790Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.0409772Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-08-17T13:29:03.0453063Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.0774797Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.032s) 2022-08-17T13:29:03.0804599Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.0834566Z test_contains (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.1000134Z test_copy_broadcast (__main__.TestTorch) ... ok (0.016s) 2022-08-17T13:29:03.1009256Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.1168208Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.016s) 2022-08-17T13:29:03.1275393Z test_copy_transpose (__main__.TestTorch) ... test_torch.py:7758: 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-08-17T13:29:03.1275884Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-08-17T13:29:03.1293426Z ok (0.013s) 2022-08-17T13:29:03.1315817Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.1374580Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.1431373Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.1480619Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.1532566Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.1540195Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.1550537Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:232] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function concrete_decref_fn) 2022-08-17T13:29:03.1615330Z ok (0.007s) 2022-08-17T13:29:03.1660727Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.1681047Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.1712200Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.2107487Z test_device (__main__.TestTorch) ... ok (0.039s) 2022-08-17T13:29:03.2118226Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.2145260Z test_doc (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.2157073Z test_doc_template (__main__.TestTorch) 2022-08-17T13:29:03.2377339Z Test that all public API doc strings use the same standard template for ... ok (0.023s) 2022-08-17T13:29:03.2615230Z test_dot_data_use (__main__.TestTorch) ... ok (0.024s) 2022-08-17T13:29:03.2699316Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.008s) 2022-08-17T13:29:03.2740567Z test_element_size (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.2974931Z test_empty_meta (__main__.TestTorch) ... ok (0.023s) 2022-08-17T13:29:03.2987084Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.3022236Z test_equal (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.3250925Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.023s) 2022-08-17T13:29:03.3324109Z test_fill_diagonal (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:03.3334513Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.3390856Z test_from_buffer (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.3546904Z test_from_file (__main__.TestTorch) ... ok (0.016s) 2022-08-17T13:29:03.3605128Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.3639141Z test_generator_cpu (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.3658495Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.3671383Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.3771567Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-08-17T13:29:03.3772006Z 2022-08-17T13:29:03.3772427Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-08-17T13:29:03.3773516Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-08-17T13:29:03.3774061Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-08-17T13:29:03.3774464Z warnings.warn(msg, FutureWarning) 2022-08-17T13:29:03.4366710Z ok (0.069s) 2022-08-17T13:29:03.4551348Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.018s) 2022-08-17T13:29:03.4595912Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.4639635Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.4678946Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.4728675Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.4758194Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.4847719Z test_is_nonzero (__main__.TestTorch) ... ok (0.009s) 2022-08-17T13:29:03.4873853Z test_is_same_size (__main__.TestTorch) ... test_torch.py:5928: 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:142.) 2022-08-17T13:29:03.4874353Z nt1 = torch.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-08-17T13:29:03.4965503Z ok (0.012s) 2022-08-17T13:29:03.5006691Z test_iter (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.5065005Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.5115255Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.5158282Z test_manual_seed (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.5178094Z test_map (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.5200208Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.5256723Z test_max_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.5306725Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.5361839Z test_median_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.5426173Z test_memory_format (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.5502272Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:03.5695934Z test_memory_format_empty (__main__.TestTorch) ... ok (0.019s) 2022-08-17T13:29:03.5760134Z test_min_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.5820489Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.5838947Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:29:03.5897439Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.5964275Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:03.5976187Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.6071392Z test_new (__main__.TestTorch) ... ok (0.009s) 2022-08-17T13:29:03.6184990Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.011s) 2022-08-17T13:29:03.6370103Z test_newindex (__main__.TestTorch) ... ok (0.018s) 2022-08-17T13:29:03.6421205Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.6991668Z test_normal_shape (__main__.TestTorch) ... ok (0.057s) 2022-08-17T13:29:03.7003494Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.7011020Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.7048594Z test_parsing_double (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.7069049Z test_parsing_int64 (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.7116547Z test_parsing_intlist (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.7132844Z test_permute (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.7152541Z test_pickle (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.7161389Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.7170782Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.7193882Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.7214058Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.7223817Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.7351650Z test_pin_memory (__main__.TestTorch) ... ok (0.013s) 2022-08-17T13:29:03.8745405Z test_print (__main__.TestTorch) ... ok (0.139s) 2022-08-17T13:29:03.8792778Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.8805251Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.8815617Z test_qengine (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.8888222Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:03.8898170Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.8920264Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.8965647Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:03.8999883Z test_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.9018196Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.002s) 2022-08-17T13:29:03.9040104Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.9047127Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.9072503Z test_size_neg_dim (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.9094377Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.9151480Z test_slice (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:03.9157892Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:29:03.9229266Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:03.9415780Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.018s) 2022-08-17T13:29:03.9439498Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.9464984Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.9534901Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:03.9674258Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.014s) 2022-08-17T13:29:03.9696439Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.9724546Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.9756009Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.9780941Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:03.9815591Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.9847698Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:03.9895751Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:03.9967439Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:03.9975330Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:03.9999535Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:04.0026593Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:04.0106055Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-08-17T13:29:04.0191408Z test_split_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-08-17T13:29:04.0292316Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-08-17T13:29:04.0344384Z test_std_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:04.0558729Z test_storage_casts (__main__.TestTorch) ... ok (0.021s) 2022-08-17T13:29:04.1041236Z test_storage_error (__main__.TestTorch) ... ok (0.048s) 2022-08-17T13:29:04.1054851Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.1088697Z test_structseq_repr (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:04.1103894Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.1116288Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.1167621Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:04.1384415Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.022s) 2022-08-17T13:29:04.1414753Z test_tensor_base_init (__main__.TestTorch) ... ok (0.003s) 2022-08-17T13:29:04.1426441Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.1440586Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.2532460Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.109s) 2022-08-17T13:29:04.3064859Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.053s) 2022-08-17T13:29:04.3075628Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.3086969Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.3132387Z test_tensor_set (__main__.TestTorch) ... ok (0.004s) 2022-08-17T13:29:04.3221185Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.009s) 2022-08-17T13:29:04.3235208Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.3245590Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.9022221Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.577s) 2022-08-17T13:29:04.9043955Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:04.9060605Z test_to_with_tensor (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:04.9113829Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:04.9269677Z test_torch_from_file (__main__.TestTorch) ... ok (0.015s) 2022-08-17T13:29:04.9583149Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.031s) 2022-08-17T13:29:04.9602370Z test_type (__main__.TestTorch) ... ok (0.002s) 2022-08-17T13:29:04.9614376Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:04.9680603Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:04.9748181Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-08-17T13:29:05.0169512Z test_unflatten (__main__.TestTorch) ... ok (0.042s) 2022-08-17T13:29:05.0215673Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-08-17T13:29:05.0302317Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.009s) 2022-08-17T13:29:05.0520200Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.022s) 2022-08-17T13:29:05.0836765Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.032s) 2022-08-17T13:29:05.0895642Z test_var_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-08-17T13:29:05.0908346Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-08-17T13:29:05.0968928Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:05.1021458Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:05.1071180Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:05.1119772Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:05.1237919Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:29:05.1352445Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:05.1465043Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:05.1580431Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:05.1693587Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:05.1743640Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:05.1791695Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:05.1836645Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.1879076Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.1916896Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.1954623Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.1990742Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.2119911Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:05.2160804Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.2317063Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:29:05.2330397Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:29:05.2343607Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:29:05.2915942Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-08-17T13:29:05.2957695Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.2992936Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:05.3026998Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:05.3068331Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.3107926Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.3147093Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.3186511Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.3224901Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.3260709Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.3298426Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.3336273Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:05.8065163Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.473s) 2022-08-17T13:29:05.8083034Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:05.8651256Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-08-17T13:29:05.9362986Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-08-17T13:29:06.0003253Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-08-17T13:29:06.0563182Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:29:06.1153546Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-08-17T13:29:06.1249858Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:06.1804397Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-08-17T13:29:06.2346505Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-08-17T13:29:06.2907116Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:29:06.3455070Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-08-17T13:29:06.4001439Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-08-17T13:29:06.4541706Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-08-17T13:29:06.5110825Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-08-17T13:29:06.5656405Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-08-17T13:29:06.6164544Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-08-17T13:29:06.6670847Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-08-17T13:29:06.7342418Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-08-17T13:29:06.7944514Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-08-17T13:29:06.8048993Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:06.8140199Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:29:06.8231992Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:29:06.8785111Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-08-17T13:29:06.9330858Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-08-17T13:29:06.9888077Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:29:07.0444183Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:29:07.1009808Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:29:07.1048446Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:07.1185705Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:07.1267691Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:07.1322851Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:07.1403718Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:07.1445879Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:07.1500848Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:07.1582405Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:07.1614784Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:07.1647961Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:07.3844956Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.220s) 2022-08-17T13:29:07.3955450Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:07.4064179Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:07.4168866Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:07.4180827Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:29:07.4201899Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:29:07.4224401Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:29:07.4271225Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:07.5162926Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.089s) 2022-08-17T13:29:07.5218033Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:07.5231759Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-08-17T13:29:08.3699273Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.847s) 2022-08-17T13:29:08.3846446Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:08.3934741Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:29:09.9842310Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.591s) 2022-08-17T13:29:10.3878094Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.403s) 2022-08-17T13:29:10.4019508Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:10.4076752Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:10.4088185Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:10.4104127Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:10.4134703Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:10.4149558Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:10.5082321Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.093s) 2022-08-17T13:29:10.5095919Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:10.5185034Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:5442: 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-08-17T13:29:10.5185693Z t.copy_(src) 2022-08-17T13:29:10.5225960Z ok (0.013s) 2022-08-17T13:29:10.5289967Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:10.5406459Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:29:10.5535668Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:10.5649404Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:10.5764647Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:10.5863182Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:10.5959982Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:10.6034004Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:10.6107084Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:10.6179214Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:10.6252222Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:10.6312412Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:10.6380831Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:10.6522544Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:10.6994975Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.047s) 2022-08-17T13:29:10.7500049Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-08-17T13:29:10.7698978Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-08-17T13:29:10.7747273Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:10.7773321Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1954: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-08-17T13:29:10.7773746Z res = torch.corrcoef(x) 2022-08-17T13:29:10.7801060Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-08-17T13:29:10.7801345Z avg = a.mean(axis) 2022-08-17T13:29:10.7803251Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:29:10.7803807Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-08-17T13:29:10.7804590Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T13:29:10.7804981Z c = cov(x, y, rowvar) 2022-08-17T13:29:10.7805450Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:29:10.7805741Z c *= np.true_divide(1, fact) 2022-08-17T13:29:10.7806143Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:29:10.7806440Z c *= np.true_divide(1, fact) 2022-08-17T13:29:10.7946618Z ok (0.020s) 2022-08-17T13:29:10.8080533Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:10.8195072Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:10.8223635Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1961: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:99.) 2022-08-17T13:29:10.8224321Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-08-17T13:29:10.8237906Z test_torch.py:1965: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-08-17T13:29:10.8238297Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-08-17T13:29:10.9820872Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:29:10.9821244Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-08-17T13:29:10.9984352Z ok (0.179s) 2022-08-17T13:29:11.1298511Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.131s) 2022-08-17T13:29:11.2485890Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.119s) 2022-08-17T13:29:11.6850627Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.436s) 2022-08-17T13:29:11.6876076Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:29:11.7415136Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-08-17T13:29:11.7447792Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:11.7477760Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:11.7710899Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-08-17T13:29:11.7910745Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-08-17T13:29:11.8178585Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:11.8440163Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-08-17T13:29:11.8460929Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:11.8479746Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:11.8516378Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.004s) 2022-08-17T13:29:11.9940934Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.142s) 2022-08-17T13:29:12.1588157Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.165s) 2022-08-17T13:29:12.3315665Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.173s) 2022-08-17T13:29:12.4869596Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.155s) 2022-08-17T13:29:12.6382470Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.151s) 2022-08-17T13:29:12.7837065Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.145s) 2022-08-17T13:29:12.8946665Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.111s) 2022-08-17T13:29:13.0145574Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.120s) 2022-08-17T13:29:13.1329666Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.118s) 2022-08-17T13:29:13.2397443Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.107s) 2022-08-17T13:29:13.3456358Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.106s) 2022-08-17T13:29:13.4433270Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.098s) 2022-08-17T13:29:13.5921259Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.149s) 2022-08-17T13:29:13.7492771Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.157s) 2022-08-17T13:29:13.8855259Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.136s) 2022-08-17T13:29:14.0204195Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.135s) 2022-08-17T13:29:14.1898083Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.169s) 2022-08-17T13:29:14.2896175Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.100s) 2022-08-17T13:29:14.3776368Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-08-17T13:29:14.4593937Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-08-17T13:29:14.5475363Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-08-17T13:29:14.6356791Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-08-17T13:29:14.6914453Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-08-17T13:29:14.6934879Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7036664Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:14.7056896Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7078940Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7100905Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7119476Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7137773Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7155594Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7169694Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7183376Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7196073Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7209188Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7222298Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7234780Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7246992Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7259776Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7272632Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7285570Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7298159Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7311179Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7323858Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7336468Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7349429Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7362110Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7375138Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7387936Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7400553Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7413117Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7425618Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7437715Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7450122Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7462585Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7474955Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7487313Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7499878Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7514292Z test_dlpack_default_stream_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.7556973Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:14.7568427Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7581797Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7591902Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7611357Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7632854Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7654667Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7673364Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7691699Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7709559Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7723241Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7736836Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7750164Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7764047Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7777007Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7795208Z test_dlpack_shared_storage_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.7808176Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7823238Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7837573Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7850693Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7862939Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7875408Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7886081Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7896640Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7907277Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7917763Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.7928409Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.8442473Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-08-17T13:29:14.8451180Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.8601904Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:14.8851141Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:29:14.9001479Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:14.9152049Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:14.9197651Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:14.9239103Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:14.9279866Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:14.9318805Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:14.9329175Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.9339033Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:14.9359989Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.9381746Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.9403239Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.9421738Z test_from_dlpack_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.9439851Z test_from_dlpack_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.9457559Z test_from_dlpack_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:14.9471622Z test_from_dlpack_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9485322Z test_from_dlpack_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9498408Z test_from_dlpack_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9512019Z test_from_dlpack_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9525786Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9539231Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9554583Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9569880Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9583168Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9596317Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9609491Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9620817Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9632263Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9643829Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9655473Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9667246Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:14.9719418Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:14.9774060Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:14.9830096Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:14.9878659Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:14.9925889Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:14.9971223Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:15.0003132Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:15.0034870Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:15.0063716Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:15.0095818Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:15.0127599Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:18.0402747Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (3.027s) 2022-08-17T13:29:21.0284405Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (2.988s) 2022-08-17T13:29:21.0302349Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:21.0316919Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:21.0330490Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:21.0343808Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:21.0355823Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:21.0368253Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:21.0380611Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:21.0393125Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:21.0405522Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:21.0465177Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:21.0520360Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:21.0575505Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:21.0627987Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:21.0685274Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:21.0739362Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:21.0794103Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:21.0847897Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:21.0902307Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:21.7582657Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.668s) 2022-08-17T13:29:22.2207168Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.462s) 2022-08-17T13:29:22.2323129Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:29:22.2323580Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-08-17T13:29:22.2324060Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:29:22.2324382Z b = (dx2 - dx1) / (dx1 * dx2) 2022-08-17T13:29:22.2324785Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:29:22.2325131Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-08-17T13:29:22.2325864Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-08-17T13:29:22.2326427Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:22.2326891Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:29:22.2327192Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-08-17T13:29:22.2327597Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:29:22.2330597Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-08-17T13:29:22.2331386Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-08-17T13:29:22.2331749Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:22.2905208Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:29:22.2905963Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-08-17T13:29:22.2906630Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:29:22.2906948Z b = (dx1 + dx2) / (dx1 * dx2) 2022-08-17T13:29:22.2907331Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-08-17T13:29:22.2907689Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:22.2908130Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-08-17T13:29:22.2908474Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:22.2985764Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:29:22.2986253Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:29:22.2986709Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:29:22.2987116Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:29:22.3189845Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:29:22.3190415Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:22.3191009Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:29:22.3192012Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-08-17T13:29:22.3192758Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:29:22.3193156Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:22.3193609Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-08-17T13:29:22.3193963Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:22.3456609Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-08-17T13:29:22.3456993Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-08-17T13:29:22.5862341Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-08-17T13:29:22.5862790Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:29:22.5863237Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-08-17T13:29:22.5863647Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:29:22.6800028Z ok (0.459s) 2022-08-17T13:29:22.9606587Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.281s) 2022-08-17T13:29:23.1508431Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.190s) 2022-08-17T13:29:23.3365974Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.186s) 2022-08-17T13:29:23.3533568Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:29:23.3534109Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-08-17T13:29:23.3534602Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:29:23.3535027Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-08-17T13:29:23.3535720Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:29:23.3536139Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-08-17T13:29:23.3546113Z /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-08-17T13:29:23.3546876Z return torch.as_tensor(tensor_like) 2022-08-17T13:29:23.3574840Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:29:23.3575278Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:23.3575790Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:29:23.3576167Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:23.3870981Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-08-17T13:29:23.3871640Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-08-17T13:29:23.4939928Z ok (0.157s) 2022-08-17T13:29:23.4994402Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:25.1172353Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.618s) 2022-08-17T13:29:25.1792397Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-08-17T13:29:25.2094234Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:29:25.2281516Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:29:25.2659311Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:29:25.3036499Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:29:25.3316578Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:29:25.3603153Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:29:25.3895738Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-08-17T13:29:25.4079833Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:29:25.4271152Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:29:25.4446129Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:29:25.4628245Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:29:25.4808483Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:29:32.6040188Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (7.123s) 2022-08-17T13:29:32.6561467Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-08-17T13:29:32.6630306Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:32.6661583Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:32.6753155Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:29:32.6841083Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:29:32.6899469Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:32.6956924Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:32.7013904Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:32.7044687Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:32.7074850Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:32.7105738Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:32.7136100Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:32.7166793Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:32.7319589Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:32.7465938Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:32.7494650Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:32.7522474Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:32.7672132Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:32.7824055Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:32.7973226Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:32.8118593Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:32.8263397Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:32.8407032Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:32.8554309Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:32.8700813Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:32.8872464Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:29:32.9726692Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.085s) 2022-08-17T13:29:32.9915943Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:29:33.0024154Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-08-17T13:29:33.0024635Z 2022-08-17T13:29:33.0025045Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-08-17T13:29:33.0025942Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-08-17T13:29:33.0026573Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-08-17T13:29:33.0026886Z warnings.warn(msg, FutureWarning) 2022-08-17T13:29:33.0027310Z test_torch.py:3003: 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-08-17T13:29:33.0027745Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-08-17T13:29:33.1720422Z ok (0.180s) 2022-08-17T13:29:33.3491981Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.177s) 2022-08-17T13:29:33.5240426Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.175s) 2022-08-17T13:29:33.6916040Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.168s) 2022-08-17T13:29:33.8067469Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.115s) 2022-08-17T13:29:33.9267448Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.120s) 2022-08-17T13:29:34.0341745Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.107s) 2022-08-17T13:29:34.1470049Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.113s) 2022-08-17T13:29:34.2640769Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.117s) 2022-08-17T13:29:34.4476498Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.183s) 2022-08-17T13:29:34.6231095Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.175s) 2022-08-17T13:29:34.8049655Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.182s) 2022-08-17T13:29:34.9725935Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.168s) 2022-08-17T13:29:35.0856301Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.113s) 2022-08-17T13:29:35.1978785Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.112s) 2022-08-17T13:29:35.3087173Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.111s) 2022-08-17T13:29:35.4211324Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.112s) 2022-08-17T13:29:35.5415874Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.120s) 2022-08-17T13:29:35.7550265Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.213s) 2022-08-17T13:29:35.9618260Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.207s) 2022-08-17T13:29:36.1653601Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.203s) 2022-08-17T13:29:36.3663543Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.201s) 2022-08-17T13:29:36.5175034Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.151s) 2022-08-17T13:29:36.6631686Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.146s) 2022-08-17T13:29:36.8150725Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.152s) 2022-08-17T13:29:36.9589630Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.144s) 2022-08-17T13:29:37.1035810Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.144s) 2022-08-17T13:29:37.2788886Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.175s) 2022-08-17T13:29:37.4673470Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.188s) 2022-08-17T13:29:37.6468760Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.179s) 2022-08-17T13:29:37.8241262Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.177s) 2022-08-17T13:29:37.9422676Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.118s) 2022-08-17T13:29:38.0564496Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.114s) 2022-08-17T13:29:38.1672124Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.111s) 2022-08-17T13:29:38.2832488Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.116s) 2022-08-17T13:29:38.4073495Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.124s) 2022-08-17T13:29:38.4245184Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:29:38.4351370Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:38.4552289Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-08-17T13:29:38.4759681Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-08-17T13:29:38.4924728Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:29:38.5091997Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:29:38.5252934Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-08-17T13:29:38.5360714Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:38.5468670Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:38.5570447Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:38.5677263Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:38.5784472Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:38.6565906Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.078s) 2022-08-17T13:29:38.6596424Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:38.6613128Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:38.6624465Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6634938Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6645928Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6656502Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6667282Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6677804Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6688370Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6698800Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6709486Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6719972Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6730606Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6741081Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6751529Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6763398Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:38.6775636Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:38.6790281Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6803494Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6817310Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.6830442Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:38.7049397Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-08-17T13:29:38.7183764Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:38.7326486Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:38.7458739Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:38.7586682Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:38.7609378Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:38.7658573Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.7771498Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:38.7815144Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.7861472Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.7907917Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.7958231Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.8005270Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.8056199Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.8102853Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.8152478Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.8197072Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8244919Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.8288466Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8334980Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:38.8375949Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8419383Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8460126Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8504661Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8544405Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8587775Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8628988Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8671678Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8712026Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8755309Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.8941506Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-08-17T13:29:38.8967273Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:38.9333291Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:38.9375766Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:38.9736209Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.0098187Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.0463134Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.0829067Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-08-17T13:29:39.1193860Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.1553961Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.1912434Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.2271586Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.2636517Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.2998059Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-08-17T13:29:39.3010237Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:39.3134900Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:29:39.3182776Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.3183342Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.3241006Z ok (0.011s) 2022-08-17T13:29:39.3351470Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.3352023Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.3396782Z ok (0.015s) 2022-08-17T13:29:39.3444916Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.3445495Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.3505984Z ok (0.011s) 2022-08-17T13:29:39.3553985Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.3554524Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.3616777Z ok (0.011s) 2022-08-17T13:29:39.3665892Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.3666908Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.3682872Z ok (0.007s) 2022-08-17T13:29:39.3729887Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.3730774Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.3787039Z ok (0.010s) 2022-08-17T13:29:39.3833493Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.3834450Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.3886599Z ok (0.010s) 2022-08-17T13:29:39.3932095Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.3932973Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.3975438Z ok (0.009s) 2022-08-17T13:29:39.4020852Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.4021752Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.4064047Z ok (0.009s) 2022-08-17T13:29:39.4109252Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.4110112Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.4149718Z ok (0.009s) 2022-08-17T13:29:39.4195169Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.4196359Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.4238704Z ok (0.009s) 2022-08-17T13:29:39.4283349Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3645: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1646.) 2022-08-17T13:29:39.4284329Z torch.masked_select(src, mask, out=dst3) 2022-08-17T13:29:39.4325853Z ok (0.009s) 2022-08-17T13:29:39.4852033Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-08-17T13:29:39.5367013Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-08-17T13:29:39.5387454Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:39.5404143Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:29:39.5558298Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:40.6571223Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.101s) 2022-08-17T13:29:41.4013009Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.744s) 2022-08-17T13:29:41.4037718Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:41.4094517Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:41.4624495Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-08-17T13:29:41.5103066Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-08-17T13:29:41.8876538Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.377s) 2022-08-17T13:29:41.8887088Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:41.8909314Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:41.8930947Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:41.8952218Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:41.9397687Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-08-17T13:29:41.9742999Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.034s) 2022-08-17T13:29:41.9758970Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:29:41.9774027Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:41.9788392Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:41.9797526Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:41.9810378Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:41.9822653Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:41.9832659Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-08-17T13:29:42.0225401Z test_multinomial_invalid_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:42.0879888Z test_multinomial_invalid_distribution_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-08-17T13:29:42.0896246Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-08-17T13:29:42.0913341Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1136832Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-08-17T13:29:42.1156712Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1176029Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1194984Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1231689Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:42.1258011Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.1277899Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1297504Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1315781Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1375474Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:42.1393077Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1410490Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1438595Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.1455923Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1473397Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1494109Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1507453Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:42.1523145Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1546782Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1569636Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1588607Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1607505Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1623931Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1639621Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1654979Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:42.1670937Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1686771Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1709140Z test_nondeterministic_alert_gather_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1726189Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1743168Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1759090Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1779928Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1798589Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1816667Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.1845288Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.1866376Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1536: UserWarning: An output with one or more elements was resized since it had shape [10], 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-08-17T13:29:42.1867213Z torch.kthvalue(a, k, out=(values, indices)) 2022-08-17T13:29:42.1867425Z ok (0.002s) 2022-08-17T13:29:42.1891114Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1669: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-08-17T13:29:42.1891842Z torch.median(a, 0, out=(result, indices)) 2022-08-17T13:29:42.1892049Z ok (0.002s) 2022-08-17T13:29:42.1909179Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.2229246Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-08-17T13:29:42.2250684Z test_nondeterministic_alert_scatter_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:42.2368347Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-08-17T13:29:42.2477477Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:42.2570670Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-08-17T13:29:42.3676926Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.110s) 2022-08-17T13:29:42.3725781Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:42.3758723Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.3772297Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:42.3797631Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:116: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-08-17T13:29:42.3798158Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-08-17T13:29:42.3800306Z ok (0.003s) 2022-08-17T13:29:42.3822243Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:29:42.3851760Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.3911882Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:42.3966237Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-08-17T13:29:42.3993401Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.4032918Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:42.4072743Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:42.4106157Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.4138983Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.4170322Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.4203039Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.4236197Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:42.5602185Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.136s) 2022-08-17T13:29:42.7281151Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.168s) 2022-08-17T13:29:42.8974135Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.169s) 2022-08-17T13:29:43.0333681Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.136s) 2022-08-17T13:29:43.1684839Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.135s) 2022-08-17T13:29:43.2974219Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.129s) 2022-08-17T13:29:43.3775315Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-08-17T13:29:43.4587973Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.081s) 2022-08-17T13:29:43.5314680Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.072s) 2022-08-17T13:29:43.6115028Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-08-17T13:29:43.6921830Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.081s) 2022-08-17T13:29:43.6997169Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:43.7788317Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.079s) 2022-08-17T13:29:43.7832790Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:43.9572614Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.174s) 2022-08-17T13:29:43.9594333Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:43.9968703Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-08-17T13:29:47.0198292Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (3.023s) 2022-08-17T13:29:47.0220654Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:47.0239000Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:47.0652236Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-08-17T13:29:47.0665563Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:47.0677707Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:47.0756954Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:47.0795614Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.0879114Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:47.0964045Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:47.1030425Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:47.1095384Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:47.1158435Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:47.1195187Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1232431Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1268221Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1305715Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1342655Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1378404Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1408545Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1445691Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1483672Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1519216Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1555110Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1589956Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1620252Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1650518Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1679952Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1710171Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1740800Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1775978Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1804331Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1839706Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1875898Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:47.1909577Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1943870Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.1976015Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.2004410Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.2032651Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.2059633Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.2088070Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.2116094Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:47.2136123Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:47.2152701Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:47.2168227Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:29:47.2443197Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.2710241Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.3035800Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-08-17T13:29:47.3319245Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:29:47.3594176Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.3868667Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.4142909Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.4408347Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.4675373Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.4943900Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.5214749Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.5488110Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:47.5768554Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-08-17T13:29:47.5778726Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:47.5789317Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:47.5892859Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:47.6137242Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-08-17T13:29:47.6329923Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-08-17T13:29:47.6480826Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-08-17T13:29:47.6648727Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-08-17T13:29:47.6750783Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:47.6866435Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-08-17T13:29:47.6998199Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:47.7094320Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:47.7190147Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-08-17T13:29:47.7587665Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-08-17T13:29:47.7978631Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:47.8368229Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:47.8757542Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:47.9149601Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:47.9614263Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-08-17T13:29:47.9999018Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:29:48.0383143Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:29:48.0769827Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:48.1156949Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:48.1545434Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:48.1932689Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-08-17T13:29:48.1956773Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.1976395Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.1999591Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2022093Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2041693Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2061456Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2080999Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2099424Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2116948Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2134407Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2151949Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2169521Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:48.2241585Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:48.2320846Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:48.2396784Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:48.2470814Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:48.2544657Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:48.2618727Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:48.2692108Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:48.2765683Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:48.2838399Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:48.2917811Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:48.2998050Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:48.3078617Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:48.3159382Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-08-17T13:29:48.3234336Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-08-17T13:29:48.4858571Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.162s) 2022-08-17T13:29:48.4890684Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-08-17T13:29:48.5123277Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-08-17T13:29:48.5256125Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:48.5506497Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-08-17T13:29:48.5777306Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-08-17T13:29:48.5998035Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-08-17T13:29:48.6214223Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-08-17T13:29:48.6413835Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-08-17T13:29:48.6548067Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:48.6681335Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:48.6813555Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-08-17T13:29:48.6954401Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:48.7093500Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:29:48.7134060Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:48.7446419Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:29:48.7745179Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:29:48.8059433Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:29:48.8380009Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-08-17T13:29:48.8692861Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:29:48.9005106Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:29:48.9315715Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-08-17T13:29:48.9618987Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:29:48.9922452Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:29:49.0225743Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:29:49.0610912Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-08-17T13:29:49.0916152Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-08-17T13:29:49.0931660Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-08-17T13:29:49.1152479Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-08-17T13:29:49.1171350Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:49.1186294Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:49.1205872Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:49.1225060Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:49.1240739Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:49.1256292Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:49.1271952Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:49.1285825Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:49.1299140Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:49.1312671Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:49.1326058Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:49.1339369Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:49.4577052Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.324s) 2022-08-17T13:29:49.4614843Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-08-17T13:29:49.4647813Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4678977Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4710172Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4740856Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4770821Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4800940Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4831718Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4862220Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4895354Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4926479Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4956721Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.4991993Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.5021135Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-08-17T13:29:49.5079434Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:49.5140814Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:49.5204606Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:49.5263273Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-08-17T13:29:49.5286258Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-08-17T13:29:49.5300489Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-08-17T13:29:49.5722117Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-08-17T13:29:49.5733670Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:29:49.5734007Z 2022-08-17T13:29:49.5734533Z ---------------------------------------------------------------------- 2022-08-17T13:29:49.5734863Z Ran 914 tests in 51.357s 2022-08-17T13:29:49.5734980Z 2022-08-17T13:29:49.5735514Z OK (skipped=58) 2022-08-17T13:29:49.5735690Z 2022-08-17T13:29:49.5735820Z Generating XML reports... 2022-08-17T13:29:49.5776136Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220817132858.xml 2022-08-17T13:29:49.5914775Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220817132858.xml 2022-08-17T13:29:49.6934689Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220817132858.xml 2022-08-17T13:29:49.6936708Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220817132858.xml 2022-08-17T13:29:50.2219275Z [TORCH_VITAL] Dataloader.enabled True 2022-08-17T13:29:50.2219734Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-08-17T13:29:50.2219978Z [TORCH_VITAL] CUDA.used False 2022-08-17T13:29:50.3246544Z Running test_masked ... [2022-08-17 13:29:50.324264] 2022-08-17T13:29:50.3247064Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:29:50.324358] 2022-08-17T13:29:54.5380503Z Test results will be stored in test-reports/python-unittest/test_masked 2022-08-17T13:29:54.5405458Z 2022-08-17T13:29:54.5405837Z Running tests... 2022-08-17T13:29:54.5406251Z ---------------------------------------------------------------------- 2022-08-17T13:29:55.3627697Z test_mask_layout_sparse_coo__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.822s) 2022-08-17T13:29:56.1473858Z test_mask_layout_sparse_coo__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.785s) 2022-08-17T13:29:56.8767478Z test_mask_layout_sparse_coo__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.729s) 2022-08-17T13:29:57.6282884Z test_mask_layout_sparse_coo__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.751s) 2022-08-17T13:29:57.6293693Z test_mask_layout_sparse_coo__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:29:57.6304709Z test_mask_layout_sparse_coo__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:29:57.6315221Z test_mask_layout_sparse_coo__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:29:57.6326303Z test_mask_layout_sparse_coo__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:29:57.6338045Z test_mask_layout_sparse_coo__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:29:58.4116369Z test_mask_layout_sparse_coo__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.778s) 2022-08-17T13:29:59.1642362Z test_mask_layout_sparse_coo__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.752s) 2022-08-17T13:29:59.9393423Z test_mask_layout_sparse_coo__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.775s) 2022-08-17T13:30:00.7043830Z test_mask_layout_sparse_coo__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.765s) 2022-08-17T13:30:00.7054946Z test_mask_layout_sparse_coo__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7065633Z test_mask_layout_sparse_coo__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7075946Z test_mask_layout_sparse_coo__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7086199Z test_mask_layout_sparse_coo__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7096610Z test_mask_layout_sparse_coo__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7112912Z test_mask_layout_sparse_coo__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-08-17T13:30:00.7122929Z test_mask_layout_sparse_coo__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7133100Z test_mask_layout_sparse_coo__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7143396Z test_mask_layout_sparse_coo__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7158634Z test_mask_layout_sparse_coo__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-08-17T13:30:00.7173485Z test_mask_layout_sparse_coo__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-08-17T13:30:00.7188309Z test_mask_layout_sparse_coo__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-08-17T13:30:00.7198134Z test_mask_layout_sparse_coo__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7209111Z test_mask_layout_sparse_coo__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7219374Z test_mask_layout_sparse_coo__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7229524Z test_mask_layout_sparse_coo__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:00.7239593Z test_mask_layout_sparse_coo__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:01.2809438Z test_mask_layout_sparse_coo__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.557s) 2022-08-17T13:30:01.9229703Z test_mask_layout_sparse_coo__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.642s) 2022-08-17T13:30:02.5351038Z test_mask_layout_sparse_coo__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.612s) 2022-08-17T13:30:03.2630390Z test_mask_layout_sparse_coo__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.728s) 2022-08-17T13:30:04.0374422Z test_mask_layout_sparse_coo__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.774s) 2022-08-17T13:30:04.6350117Z test_mask_layout_sparse_coo__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.598s) 2022-08-17T13:30:05.1854239Z test_mask_layout_sparse_coo__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.550s) 2022-08-17T13:30:05.7564674Z test_mask_layout_sparse_coo__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.571s) 2022-08-17T13:30:06.2951345Z test_mask_layout_sparse_coo__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.539s) 2022-08-17T13:30:06.8185805Z test_mask_layout_sparse_coo__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.523s) 2022-08-17T13:30:07.5776615Z test_mask_layout_sparse_coo__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.759s) 2022-08-17T13:30:08.1356898Z test_mask_layout_sparse_coo__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.558s) 2022-08-17T13:30:08.7209151Z test_mask_layout_sparse_coo__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.585s) 2022-08-17T13:30:09.2993685Z test_mask_layout_sparse_coo__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.578s) 2022-08-17T13:30:10.0853540Z test_mask_layout_sparse_coo__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.786s) 2022-08-17T13:30:10.8409068Z test_mask_layout_sparse_coo__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.755s) 2022-08-17T13:30:11.5681003Z test_mask_layout_sparse_coo__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.727s) 2022-08-17T13:30:12.1398387Z test_mask_layout_sparse_coo__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.572s) 2022-08-17T13:30:12.7019872Z test_mask_layout_sparse_coo__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.562s) 2022-08-17T13:30:13.2806389Z test_mask_layout_sparse_coo__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.579s) 2022-08-17T13:30:13.8137803Z test_mask_layout_sparse_coo__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.533s) 2022-08-17T13:30:14.3641421Z test_mask_layout_sparse_coo__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.550s) 2022-08-17T13:30:14.5057671Z test_mask_layout_sparse_csr__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.142s) 2022-08-17T13:30:14.6443175Z test_mask_layout_sparse_csr__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.139s) 2022-08-17T13:30:14.7828219Z test_mask_layout_sparse_csr__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.138s) 2022-08-17T13:30:14.9197025Z test_mask_layout_sparse_csr__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.137s) 2022-08-17T13:30:14.9208809Z test_mask_layout_sparse_csr__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:14.9220666Z test_mask_layout_sparse_csr__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:14.9231895Z test_mask_layout_sparse_csr__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:14.9242765Z test_mask_layout_sparse_csr__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:14.9254091Z test_mask_layout_sparse_csr__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.0650599Z test_mask_layout_sparse_csr__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.139s) 2022-08-17T13:30:15.2153221Z test_mask_layout_sparse_csr__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.150s) 2022-08-17T13:30:15.3536606Z test_mask_layout_sparse_csr__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.138s) 2022-08-17T13:30:15.4898418Z test_mask_layout_sparse_csr__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.136s) 2022-08-17T13:30:15.4909630Z test_mask_layout_sparse_csr__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.4921688Z test_mask_layout_sparse_csr__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.4933236Z test_mask_layout_sparse_csr__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.4943878Z test_mask_layout_sparse_csr__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.4954769Z test_mask_layout_sparse_csr__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.5991035Z test_mask_layout_sparse_csr__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-08-17T13:30:15.6002140Z test_mask_layout_sparse_csr__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.6013337Z test_mask_layout_sparse_csr__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.6024803Z test_mask_layout_sparse_csr__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.7038704Z test_mask_layout_sparse_csr__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.101s) 2022-08-17T13:30:15.8059563Z test_mask_layout_sparse_csr__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.102s) 2022-08-17T13:30:15.9082951Z test_mask_layout_sparse_csr__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.102s) 2022-08-17T13:30:15.9095224Z test_mask_layout_sparse_csr__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.9106998Z test_mask_layout_sparse_csr__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.9119593Z test_mask_layout_sparse_csr__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.9130530Z test_mask_layout_sparse_csr__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.9142163Z test_mask_layout_sparse_csr__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:15.9534193Z test_mask_layout_sparse_csr__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.039s) 2022-08-17T13:30:15.9915713Z test_mask_layout_sparse_csr__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.038s) 2022-08-17T13:30:16.0441462Z test_mask_layout_sparse_csr__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.052s) 2022-08-17T13:30:16.1746657Z test_mask_layout_sparse_csr__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.130s) 2022-08-17T13:30:16.3028273Z test_mask_layout_sparse_csr__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-08-17T13:30:16.3408024Z test_mask_layout_sparse_csr__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.038s) 2022-08-17T13:30:16.3794402Z test_mask_layout_sparse_csr__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.038s) 2022-08-17T13:30:16.4171212Z test_mask_layout_sparse_csr__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.038s) 2022-08-17T13:30:16.4588157Z test_mask_layout_sparse_csr__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-08-17T13:30:16.4954650Z test_mask_layout_sparse_csr__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.037s) 2022-08-17T13:30:16.6277812Z test_mask_layout_sparse_csr__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.132s) 2022-08-17T13:30:16.6680057Z test_mask_layout_sparse_csr__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.040s) 2022-08-17T13:30:16.7088070Z test_mask_layout_sparse_csr__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-08-17T13:30:16.7507890Z test_mask_layout_sparse_csr__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-08-17T13:30:16.8856750Z test_mask_layout_sparse_csr__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.135s) 2022-08-17T13:30:17.0349727Z test_mask_layout_sparse_csr__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-08-17T13:30:17.1696048Z test_mask_layout_sparse_csr__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.135s) 2022-08-17T13:30:17.2112421Z test_mask_layout_sparse_csr__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-08-17T13:30:17.2521678Z test_mask_layout_sparse_csr__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-08-17T13:30:17.2908774Z test_mask_layout_sparse_csr__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.039s) 2022-08-17T13:30:17.3325315Z test_mask_layout_sparse_csr__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-08-17T13:30:17.3727231Z test_mask_layout_sparse_csr__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.040s) 2022-08-17T13:30:17.6313552Z test_mask_layout_strided__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.258s) 2022-08-17T13:30:17.8959707Z test_mask_layout_strided__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.265s) 2022-08-17T13:30:18.1603009Z test_mask_layout_strided__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.264s) 2022-08-17T13:30:18.4190992Z test_mask_layout_strided__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.259s) 2022-08-17T13:30:18.4202703Z test_mask_layout_strided__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:18.4215209Z test_mask_layout_strided__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:18.4228411Z test_mask_layout_strided__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:18.4240822Z test_mask_layout_strided__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:18.4251936Z test_mask_layout_strided__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:18.6871263Z test_mask_layout_strided__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.262s) 2022-08-17T13:30:18.9562270Z test_mask_layout_strided__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.269s) 2022-08-17T13:30:19.2195485Z test_mask_layout_strided__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.263s) 2022-08-17T13:30:19.4930998Z test_mask_layout_strided__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.273s) 2022-08-17T13:30:19.4941000Z test_mask_layout_strided__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:19.4952363Z test_mask_layout_strided__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:19.4963859Z test_mask_layout_strided__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:19.4975425Z test_mask_layout_strided__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:19.4986975Z test_mask_layout_strided__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:19.6589994Z test_mask_layout_strided__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-08-17T13:30:19.6601362Z test_mask_layout_strided__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:19.6613229Z test_mask_layout_strided__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:19.6625168Z test_mask_layout_strided__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:19.8200607Z test_mask_layout_strided__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.157s) 2022-08-17T13:30:19.9758500Z test_mask_layout_strided__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.156s) 2022-08-17T13:30:20.1283144Z test_mask_layout_strided__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.152s) 2022-08-17T13:30:20.1295525Z test_mask_layout_strided__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:20.1308036Z test_mask_layout_strided__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:20.1319349Z test_mask_layout_strided__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:20.1332107Z test_mask_layout_strided__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:20.1344465Z test_mask_layout_strided__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-08-17T13:30:20.3203552Z test_mask_layout_strided__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.186s) 2022-08-17T13:30:20.5619162Z test_mask_layout_strided__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.241s) 2022-08-17T13:30:20.7851384Z test_mask_layout_strided__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.223s) 2022-08-17T13:30:21.0543916Z test_mask_layout_strided__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.269s) 2022-08-17T13:30:21.3203481Z test_mask_layout_strided__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.266s) 2022-08-17T13:30:21.5072096Z test_mask_layout_strided__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.187s) 2022-08-17T13:30:21.7091217Z test_mask_layout_strided__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.202s) 2022-08-17T13:30:21.8817668Z test_mask_layout_strided__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.172s) 2022-08-17T13:30:22.0603875Z test_mask_layout_strided__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.179s) 2022-08-17T13:30:22.2431543Z test_mask_layout_strided__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.183s) 2022-08-17T13:30:22.5080795Z test_mask_layout_strided__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.265s) 2022-08-17T13:30:22.6813810Z test_mask_layout_strided__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.173s) 2022-08-17T13:30:22.9281057Z test_mask_layout_strided__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.247s) 2022-08-17T13:30:23.1630874Z test_mask_layout_strided__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.235s) 2022-08-17T13:30:23.4234185Z test_mask_layout_strided__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.260s) 2022-08-17T13:30:23.6859748Z test_mask_layout_strided__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.262s) 2022-08-17T13:30:23.9647468Z test_mask_layout_strided__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.279s) 2022-08-17T13:30:24.1375221Z test_mask_layout_strided__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.173s) 2022-08-17T13:30:24.3288736Z test_mask_layout_strided__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.191s) 2022-08-17T13:30:24.4957578Z test_mask_layout_strided__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.167s) 2022-08-17T13:30:24.6731192Z test_mask_layout_strided__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.177s) 2022-08-17T13:30:24.8438106Z test_mask_layout_strided__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-08-17T13:30:25.1017108Z test_reference_masked__masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.258s) 2022-08-17T13:30:25.2177449Z test_reference_masked__masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.116s) 2022-08-17T13:30:25.3336114Z test_reference_masked__masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.116s) 2022-08-17T13:30:26.0645062Z test_reference_masked__masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.731s) 2022-08-17T13:30:26.7793551Z test_reference_masked__masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.715s) 2022-08-17T13:30:27.4891382Z test_reference_masked__masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.710s) 2022-08-17T13:30:28.2144454Z test_reference_masked__masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.725s) 2022-08-17T13:30:28.3656190Z test_reference_masked__masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.151s) 2022-08-17T13:30:28.5225434Z test_reference_masked__masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.157s) 2022-08-17T13:30:28.6803540Z test_reference_masked__masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.158s) 2022-08-17T13:30:28.6985121Z test_reference_masked__masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.018s) 2022-08-17T13:30:28.8303845Z test_reference_masked__masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.132s) 2022-08-17T13:30:28.9584985Z test_reference_masked__masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-08-17T13:30:29.0549151Z test_reference_masked__masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.096s) 2022-08-17T13:30:29.1500619Z test_reference_masked__masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.095s) 2022-08-17T13:30:29.2473374Z test_reference_masked__masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.097s) 2022-08-17T13:30:29.3885186Z test_reference_masked__masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.141s) 2022-08-17T13:30:29.4967755Z test_reference_masked__masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.108s) 2022-08-17T13:30:29.5989976Z test_reference_masked__masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.102s) 2022-08-17T13:30:29.9672499Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.368s) 2022-08-17T13:30:30.4532898Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.486s) 2022-08-17T13:30:30.9119248Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.459s) 2022-08-17T13:30:31.3365959Z test_reference_masked__masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.425s) 2022-08-17T13:30:31.7763091Z test_reference_masked__masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.439s) 2022-08-17T13:30:31.7875732Z test_reference_masked__masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:31.7987887Z test_reference_masked__masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:31.8100969Z test_reference_masked__masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:31.8212300Z test_reference_masked__masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:31.8321538Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:32.1973598Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.365s) 2022-08-17T13:30:32.6459615Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.449s) 2022-08-17T13:30:33.0611860Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.415s) 2022-08-17T13:30:33.4314190Z test_reference_masked__masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.370s) 2022-08-17T13:30:33.8545857Z test_reference_masked__masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.423s) 2022-08-17T13:30:34.2599072Z test_reference_masked__masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.405s) 2022-08-17T13:30:34.2709569Z test_reference_masked__masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:34.2822698Z test_reference_masked__masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:34.2935031Z test_reference_masked__masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:34.3054626Z test_reference_masked__masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-08-17T13:30:34.3169331Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-08-17T13:30:34.3240170Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-08-17T13:30:34.3304592Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.006s) 2022-08-17T13:30:34.3374530Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-08-17T13:30:34.3443753Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-08-17T13:30:34.3516470Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-08-17T13:30:34.3592876Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.008s) 2022-08-17T13:30:34.3593110Z 2022-08-17T13:30:34.3593411Z ---------------------------------------------------------------------- 2022-08-17T13:30:34.3595201Z Ran 202 tests in 39.819s 2022-08-17T13:30:34.3595324Z 2022-08-17T13:30:34.3595440Z OK (skipped=58, expected failures=1) 2022-08-17T13:30:34.3595578Z 2022-08-17T13:30:34.3597356Z Generating XML reports... 2022-08-17T13:30:34.3833065Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220817132954.xml 2022-08-17T13:30:35.0784659Z Running test_ao_sparsity ... [2022-08-17 13:30:35.078055] 2022-08-17T13:30:35.0785424Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:30:35.078150] 2022-08-17T13:30:38.1464420Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-08-17T13:30:38.1494638Z 2022-08-17T13:30:38.1494758Z Running tests... 2022-08-17T13:30:38.1495312Z ---------------------------------------------------------------------- 2022-08-17T13:30:38.1529563Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-08-17T13:30:38.7806866Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.631s) 2022-08-17T13:30:38.7814459Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-08-17T13:30:38.7837550Z Checks if the warning is thrown if the scheduler step is called ... ok (0.003s) 2022-08-17T13:30:38.7969465Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.013s) 2022-08-17T13:30:38.8070821Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.010s) 2022-08-17T13:30:38.8495593Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.042s) 2022-08-17T13:30:38.8598002Z 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-08-17T13:30:38.8598669Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-08-17T13:30:38.9271181Z ok (0.077s) 2022-08-17T13:30:38.9943048Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.067s) 2022-08-17T13:30:39.0360301Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.042s) 2022-08-17T13:30:39.0400076Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.004s) 2022-08-17T13:30:39.0671017Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.027s) 2022-08-17T13:30:39.0745988Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.007s) 2022-08-17T13:30:39.1013678Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.027s) 2022-08-17T13:30:39.1079914Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.007s) 2022-08-17T13:30:39.1371341Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.029s) 2022-08-17T13:30:39.1499201Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.013s) 2022-08-17T13:30:39.1534949Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-08-17T13:30:39.1557411Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-08-17T13:30:39.1589372Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-08-17T13:30:39.1619968Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-08-17T13:30:39.1651709Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-08-17T13:30:39.1678820Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-08-17T13:30:39.1742641Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.006s) 2022-08-17T13:30:39.1762852Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-08-17T13:30:39.1803706Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:214: 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-08-17T13:30:39.1804264Z reduce_range will be deprecated in a future release of PyTorch." 2022-08-17T13:30:40.7192500Z ok (1.543s) 2022-08-17T13:30:42.2867935Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (1.567s) 2022-08-17T13:30:43.8105123Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (1.524s) 2022-08-17T13:30:43.8283806Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.018s) 2022-08-17T13:30:45.3934136Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (1.565s) 2022-08-17T13:30:46.9250177Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (1.531s) 2022-08-17T13:30:46.9461576Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.021s) 2022-08-17T13:30:47.4638152Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.517s) 2022-08-17T13:30:47.4682300Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.004s) 2022-08-17T13:30:47.4815252Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.013s) 2022-08-17T13:30:47.4849899Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.003s) 2022-08-17T13:30:47.4870185Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:30:48.9539784Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (1.469s) 2022-08-17T13:30:48.9557707Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:30:50.4102683Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (1.456s) 2022-08-17T13:30:50.4118253Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:30:51.8761028Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (1.466s) 2022-08-17T13:30:51.8776995Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:30:51.9185000Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.042s) 2022-08-17T13:30:51.9202960Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-08-17T13:30:53.3737250Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (1.455s) 2022-08-17T13:30:53.3763515Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-08-17T13:30:53.3809209Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.004s) 2022-08-17T13:30:53.3833792Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-08-17T13:30:56.0389661Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (2.655s) 2022-08-17T13:30:56.6648728Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.626s) 2022-08-17T13:30:57.5209744Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.856s) 2022-08-17T13:30:58.3519890Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.831s) 2022-08-17T13:30:59.1156528Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.764s) 2022-08-17T13:30:59.1174528Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-08-17T13:30:59.1175240Z The expectation is post_training_sparse_quantize function ... skip: Skipped under ASAN due to address sanitization (0.002s) 2022-08-17T13:30:59.1190618Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-08-17T13:30:59.1191159Z The expectation is post_training_sparse_quantize function ... skip: Skipped under ASAN due to address sanitization (0.002s) 2022-08-17T13:30:59.1208814Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-08-17 13:30:59,120 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-08-17T13:30:59.1245577Z 2022-08-17 13:30:59,124 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-08-17T13:30:59.1260248Z ok (0.007s) 2022-08-17T13:30:59.1326417Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:277: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-08-17T13:30:59.1326935Z "must run observer before calling calculate_qparams. " + 2022-08-17T13:30:59.3913274Z ok (0.265s) 2022-08-17T13:30:59.7540695Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... ok (0.363s) 2022-08-17T13:30:59.7561007Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-08-17T13:30:59.7581254Z 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-08-17T13:30:59.7581986Z "calls to the scheduer.step().", UserWarning) 2022-08-17T13:30:59.7582283Z ok (0.002s) 2022-08-17T13:30:59.7590911Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-08-17T13:30:59.7634144Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-08-17T13:30:59.7658459Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-08-17T13:30:59.7665281Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:30:59.7727029Z Tests that fqn_to_module operates as inverse ... ok (0.007s) 2022-08-17T13:30:59.7730643Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:30:59.7760164Z Tests that fqn_to_module returns None when it tries to ... ok (0.003s) 2022-08-17T13:30:59.7767884Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:30:59.7904840Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.014s) 2022-08-17T13:30:59.7913819Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:30:59.7979937Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.007s) 2022-08-17T13:30:59.7985899Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:30:59.8026227Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.005s) 2022-08-17T13:30:59.8031441Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:30:59.8078176Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.005s) 2022-08-17T13:30:59.8082118Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:30:59.8121028Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.004s) 2022-08-17T13:30:59.8124217Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-08-17T13:30:59.8156453Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.003s) 2022-08-17T13:30:59.8180686Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-08-17T13:30:59.8208872Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-08-17T13:30:59.8233579Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-08-17T13:30:59.9094151Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.086s) 2022-08-17T13:31:00.7358884Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.826s) 2022-08-17T13:31:00.7553405Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.019s) 2022-08-17T13:31:00.7553684Z 2022-08-17T13:31:00.7556125Z ---------------------------------------------------------------------- 2022-08-17T13:31:00.7556673Z Ran 70 tests in 22.606s 2022-08-17T13:31:00.7556815Z 2022-08-17T13:31:00.7556896Z OK (skipped=2) 2022-08-17T13:31:00.7557005Z 2022-08-17T13:31:00.7557093Z Generating XML reports... 2022-08-17T13:31:00.7591296Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220817133038.xml 2022-08-17T13:31:00.7596710Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220817133038.xml 2022-08-17T13:31:00.7601285Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220817133038.xml 2022-08-17T13:31:00.7609639Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220817133038.xml 2022-08-17T13:31:00.7617771Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220817133038.xml 2022-08-17T13:31:00.7625753Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220817133038.xml 2022-08-17T13:31:00.7631565Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220817133038.xml 2022-08-17T13:31:00.7638221Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220817133038.xml 2022-08-17T13:31:00.7644060Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220817133038.xml 2022-08-17T13:31:00.7648189Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220817133038.xml 2022-08-17T13:31:00.7650878Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220817133038.xml 2022-08-17T13:31:00.7654456Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220817133038.xml 2022-08-17T13:31:00.7660626Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220817133038.xml 2022-08-17T13:31:00.7669965Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220817133038.xml 2022-08-17T13:31:00.7676539Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220817133038.xml 2022-08-17T13:31:00.7680836Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220817133038.xml 2022-08-17T13:31:01.3618939Z Running test_cpp_api_parity ... [2022-08-17 13:31:01.361439] 2022-08-17T13:31:01.3619510Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:31:01.361531] 2022-08-17T13:31:05.0795496Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:31:13.1148040Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-08-17T13:31:13.1220034Z 2022-08-17T13:31:13.1220539Z Running tests... 2022-08-17T13:31:13.1220971Z ---------------------------------------------------------------------- 2022-08-17T13:31:13.2750790Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.153s) 2022-08-17T13:31:13.2754385Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.2992122Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:13.2994695Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.3214670Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:13.3218074Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.3489108Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:13.3492038Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.3738859Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:13.3983944Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:13.3987024Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.3990312Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.4229145Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:13.4232544Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.4477894Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:13.4480492Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.4714856Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:13.4718002Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.4977819Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:13.4980981Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.5269164Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:13.5272656Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.5613237Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.034s) 2022-08-17T13:31:13.5616518Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.6058600Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.044s) 2022-08-17T13:31:13.6062463Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.6290821Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:13.6294062Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.6516038Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:13.6518572Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.6797829Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:13.6801291Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.7058563Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:13.7062365Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.7320010Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:13.7323500Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.7594475Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:13.7598129Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.7902909Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:13.7905880Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.8294847Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:13.8298468Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.8676376Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:13.8680278Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.9221209Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.054s) 2022-08-17T13:31:13.9225353Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:13.9750919Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.052s) 2022-08-17T13:31:13.9754861Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.0451681Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.069s) 2022-08-17T13:31:14.0455211Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.0732845Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:14.0736315Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.0957514Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:14.0960817Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.1191992Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:14.1195569Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.1438581Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:14.1441345Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.1704060Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:14.1707811Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.1971382Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:14.2156431Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.019s) 2022-08-17T13:31:14.2588774Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.043s) 2022-08-17T13:31:14.2592964Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.2863314Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:14.2867283Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.3111900Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:14.3116040Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.3356550Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:14.3360280Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.3611207Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:14.3615289Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.3882682Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:14.3886111Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.4133287Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:14.4136416Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.4393538Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:14.4700396Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:14.4704160Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.4706897Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.5016291Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:14.5018480Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.5289839Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:14.5292529Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.6413472Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.112s) 2022-08-17T13:31:14.6416354Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.6720539Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:14.6723306Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.6955652Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:14.6958694Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.7213393Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:14.7467279Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:14.7470968Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.7474010Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.7757017Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:14.7759668Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.8006375Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:14.8009429Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.8330942Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:14.8334237Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.8671498Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.034s) 2022-08-17T13:31:14.8674881Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.8887488Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:14.8890535Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.9095949Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-08-17T13:31:14.9099106Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.9310336Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-08-17T13:31:14.9313399Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.9543366Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.023s) 2022-08-17T13:31:14.9546856Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:14.9781691Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:14.9785435Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.0035766Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:15.0039345Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.0278693Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:15.0281930Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.0500649Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-08-17T13:31:15.0503678Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.0715038Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-08-17T13:31:15.0717677Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.0931953Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-08-17T13:31:15.0935044Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.1162117Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:15.1165169Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.1410746Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:15.1414031Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.1757208Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.034s) 2022-08-17T13:31:15.1760045Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.2074082Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:15.2077034Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.2426778Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:15.2429588Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.3119514Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.069s) 2022-08-17T13:31:15.3124203Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-08-17T13:31:15.3414488Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:15.3418504Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.3746809Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:15.3750887Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.3998087Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:15.4002508Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.4392781Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:15.4773600Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:15.4777668Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.4781748Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.5163179Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:15.5167221Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.5497981Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:15.5500877Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.5858183Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:15.5862381Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.6092033Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:15.6095637Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.6579141Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.048s) 2022-08-17T13:31:15.7055543Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.048s) 2022-08-17T13:31:15.7059816Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.7063416Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.7533710Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.047s) 2022-08-17T13:31:15.7536804Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.7949162Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.041s) 2022-08-17T13:31:15.7952283Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.8400525Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.045s) 2022-08-17T13:31:15.8404172Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.8627866Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:15.8631622Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.8879484Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:15.8882971Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.9103409Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:15.9106483Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.9362075Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:15.9365198Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.9659585Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:15.9662771Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:15.9933313Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:15.9936674Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.0195802Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:16.0434817Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:16.0438573Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.0709622Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:16.0712748Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.0716310Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.1119979Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.040s) 2022-08-17T13:31:16.1577623Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.046s) 2022-08-17T13:31:16.1580950Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.1584835Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.1912667Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:16.1916058Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.3341619Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.142s) 2022-08-17T13:31:16.5542089Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.220s) 2022-08-17T13:31:16.5545664Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.5548694Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.6373741Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.082s) 2022-08-17T13:31:16.6377013Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.6754262Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:16.7073862Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:16.7076355Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.7079907Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.7450962Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:16.7454224Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.7825819Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:16.7828869Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.8214180Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:16.8218050Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.8670411Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.045s) 2022-08-17T13:31:16.8673062Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.9023458Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:16.9026001Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.9318340Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:16.9321530Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:16.9688431Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:16.9713459Z 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:885.) 2022-08-17T13:31:16.9714055Z self.padding, self.dilation, self.groups) 2022-08-17T13:31:17.0050608Z ok (0.036s) 2022-08-17T13:31:17.0053729Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.0056663Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.0411624Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:17.0413407Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.0769272Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:17.0772190Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.1090055Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:17.1092716Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.1419678Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:17.1423533Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.1761910Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.034s) 2022-08-17T13:31:17.1765207Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.2040850Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:17.2044778Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.2448190Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.040s) 2022-08-17T13:31:17.2451154Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.2828084Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:17.3175614Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:17.3177959Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.3181019Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.3566617Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:17.3569261Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.3929110Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:17.3932485Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.4710432Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.078s) 2022-08-17T13:31:17.4713932Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.5062406Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:17.5065270Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.5512839Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.044s) 2022-08-17T13:31:17.5515270Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.5851122Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:17.5854096Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.6287920Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.043s) 2022-08-17T13:31:17.6290914Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.6780243Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.049s) 2022-08-17T13:31:17.6783853Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.7131948Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:17.7135567Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.7543770Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.041s) 2022-08-17T13:31:17.7546566Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.7952070Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.040s) 2022-08-17T13:31:17.7955448Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.8314305Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:17.8317485Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.8690311Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:17.8693460Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.9022471Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:17.9025319Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.9366493Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.034s) 2022-08-17T13:31:17.9369512Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:17.9736122Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:17.9739136Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.0008740Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:18.0012202Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.0415976Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.040s) 2022-08-17T13:31:18.0418454Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.0813432Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:18.1161077Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:18.1164865Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.1651841Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.049s) 2022-08-17T13:31:18.1655364Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.1658423Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.2084908Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.042s) 2022-08-17T13:31:18.2088196Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.2478414Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:18.2481984Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.2841649Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:18.2844819Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.3165864Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:18.3168569Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.4023798Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.085s) 2022-08-17T13:31:18.4026712Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.4796724Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.077s) 2022-08-17T13:31:18.4800113Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.5581708Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.078s) 2022-08-17T13:31:18.5585043Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.6031732Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.044s) 2022-08-17T13:31:18.6035046Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.6424750Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:18.6427669Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.6863078Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.043s) 2022-08-17T13:31:18.6866128Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.7183722Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:18.7187891Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.7633543Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.044s) 2022-08-17T13:31:18.7637636Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.8056725Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.042s) 2022-08-17T13:31:18.8060747Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.8380279Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:18.8384645Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.8766556Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:18.8770329Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.9058104Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:18.9061078Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:18.9708443Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.064s) 2022-08-17T13:31:18.9711442Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.0091788Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:19.0095375Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.0453001Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:19.0456294Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.1074601Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.062s) 2022-08-17T13:31:19.1077938Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.1661513Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.058s) 2022-08-17T13:31:19.1665024Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.2347055Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.068s) 2022-08-17T13:31:19.2350198Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.2606624Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:19.2610007Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.2852490Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:19.2855461Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.3084479Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:19.3087066Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.3321252Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:19.3323605Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.3580198Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:19.3582943Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.3818133Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:19.4053170Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:19.4056664Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.4280213Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:19.4283269Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.4522990Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:19.4526061Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.4831716Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:19.4834927Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.5073675Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:19.5077020Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.5328945Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:19.5331641Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.5555193Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:19.5558032Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.5974350Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.041s) 2022-08-17T13:31:19.5977532Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.6182808Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:19.6186266Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.6394777Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:19.6397960Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.6623271Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:19.6626561Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.6853720Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:19.6857408Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.7104655Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:19.7109015Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.7363497Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:19.7366457Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.7608278Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:19.7611517Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.7920938Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:19.7923913Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.8149269Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:19.8151760Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.8373106Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:19.8375867Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.8589151Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:19.8591549Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.8819049Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:19.8821471Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.9040970Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:19.9044333Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.9267877Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:19.9271234Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.9274565Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.9483142Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:19.9486483Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.9696122Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:19.9699212Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:19.9904594Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:19.9907829Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.0221538Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:20.0224616Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.0523907Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:20.0526448Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.0736026Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:20.0738613Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.1010694Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:20.1468905Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.046s) 2022-08-17T13:31:20.1471721Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.1747583Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:20.1750177Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.2016881Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:20.2019151Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.2285355Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:20.2289018Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.2561095Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:20.2564756Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.2856488Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:20.2860199Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.3133622Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:20.3136709Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.3409314Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:20.3412488Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.3416254Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.3862688Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.044s) 2022-08-17T13:31:20.3866144Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.4214226Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.035s) 2022-08-17T13:31:20.4217295Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.4464115Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:20.4466956Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.4709856Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:20.4712947Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.4956914Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:20.4959930Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.5206139Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:20.5208977Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.5440652Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:20.5443614Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.5676008Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:20.5678835Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.5912147Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:20.5915007Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.6172738Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:20.6176612Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.6742678Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.056s) 2022-08-17T13:31:20.6745425Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:20.7012165Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:20.7015180Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.7289627Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:20.7293155Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.7540718Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:20.7543711Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:20.8103395Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.056s) 2022-08-17T13:31:20.8106234Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.8383747Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:20.8386459Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.8634179Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:20.8637431Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.8875946Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:20.8879005Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:20.9282818Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.040s) 2022-08-17T13:31:20.9286151Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.9610966Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:20.9614139Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:20.9950935Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:20.9954200Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:21.0185254Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:21.0188582Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.0389465Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:21.0392825Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.0627754Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:21.0630435Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.0883290Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:21.0886625Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.1289592Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.040s) 2022-08-17T13:31:21.1583641Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:21.1586872Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.1589901Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.2184944Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.059s) 2022-08-17T13:31:21.2187785Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.2453484Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:21.2455802Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.2689316Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:21.2692147Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.3021106Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:21.3023757Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.3921623Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.090s) 2022-08-17T13:31:21.3924443Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.4175060Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:21.4178595Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.4500985Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:21.4504277Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.5361329Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.085s) 2022-08-17T13:31:21.5364643Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.5607420Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:21.5610615Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.5809970Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:21.5813517Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.6040258Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:21.6043357Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.6241620Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:21.6244508Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.6460192Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:21.6463329Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.6670923Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:21.6673510Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.6956289Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.028s) 2022-08-17T13:31:21.6959515Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.7441326Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.048s) 2022-08-17T13:31:21.7443898Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.7669943Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-08-17T13:31:21.7672114Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.7881821Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:21.7884747Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.8088004Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:21.8090776Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.8373304Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:21.8376212Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.8609608Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:21.8612301Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.8938229Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:21.8942439Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.9218127Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:21.9222271Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.9510472Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:21.9513877Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:21.9787310Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:21.9790850Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.0129466Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.034s) 2022-08-17T13:31:22.0132750Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.0551487Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-08-17T13:31:22.0554402Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.0930414Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:22.0932936Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.1226173Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:22.1229390Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.1620994Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:22.1624711Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.2018403Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:22.2021556Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.2033253Z 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-08-17T13:31:22.2034015Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-08-17T13:31:22.2219173Z /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-08-17T13:31:22.2219926Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-08-17T13:31:22.2232876Z ok (0.021s) 2022-08-17T13:31:22.2236716Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.2448543Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:22.2451439Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.2665444Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:22.2669438Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.2888896Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:22.2892399Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.3110251Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:22.3113039Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.3328661Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:22.3331475Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.3598121Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:22.3601615Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.3936384Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:22.3939232Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.4187634Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:22.4190805Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.4442192Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:22.4445507Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.4697977Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:22.4700778Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.5027089Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:22.5030236Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.5279547Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:22.5282763Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.5545907Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:22.5549199Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.5895460Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.034s) 2022-08-17T13:31:22.5898941Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.9051559Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.315s) 2022-08-17T13:31:22.9054226Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.9329287Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:22.9332385Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.9552723Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:22.9556028Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.9764858Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:22.9767909Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:22.9952425Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-08-17T13:31:22.9955444Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.0179509Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:23.0181995Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.0485424Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:23.0488496Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.0767016Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:23.0769566Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.1057647Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:23.1061150Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.1298652Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:23.1301735Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.1616401Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:23.1619665Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.2623563Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.100s) 2022-08-17T13:31:23.2627303Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.2854711Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:23.2857399Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.3054267Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-08-17T13:31:23.3056262Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.3331826Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:23.3334612Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.3725836Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:23.3728880Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.3926379Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:23.3929461Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.4144765Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:23.4147043Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.4345456Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:23.4348210Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.5540909Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.119s) 2022-08-17T13:31:23.5543946Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.5759845Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:23.5762920Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.5971172Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:23.5974426Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.6260479Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:23.6263678Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.6480405Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:23.6483659Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.6700791Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:23.6704040Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.6917916Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:23.6920884Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.7162487Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:23.7165638Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.7414032Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:23.7417865Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.7657618Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:23.7661496Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.7887340Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:23.7890345Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.8150351Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:23.8153110Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.8395219Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:23.8398500Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.9008525Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.061s) 2022-08-17T13:31:23.9011491Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.9301065Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:23.9304444Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.9502143Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:23.9505223Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:23.9719346Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.0028388Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:24.0031523Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.0034698Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.0261348Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:24.0264045Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.0475454Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.0478423Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.0684633Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:24.0687910Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.0921164Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:24.0924470Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.1149021Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:24.1151786Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.1380131Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:24.1383095Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.1605057Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:24.1607979Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.1838305Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:24.1841002Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.2037481Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.019s) 2022-08-17T13:31:24.2247872Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.2250171Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.2253140Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.2464846Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.2467535Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.2667861Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:24.2670772Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.2883387Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.2886228Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.3092285Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:24.3289848Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:24.3292086Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.3508477Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.3511094Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.3722135Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.3725375Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.3728287Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.3936073Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.3939223Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.4158795Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:24.4161497Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.4382883Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:24.4386219Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.4629818Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-08-17T13:31:24.4633686Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.4876557Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-08-17T13:31:24.4879740Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.5118899Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-08-17T13:31:24.5122523Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.5350339Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:24.5353078Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.5560896Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.5563710Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.5780974Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:24.5784304Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.6038122Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:24.6040784Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.6284864Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:24.6288631Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.6581521Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:24.6584937Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.6901782Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:24.6905316Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.7397723Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.049s) 2022-08-17T13:31:24.7400478Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.7924967Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.052s) 2022-08-17T13:31:24.7928802Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.8159089Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:24.8162233Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.8393086Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:24.8631523Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:24.8634508Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.8869405Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:24.8872445Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.8876079Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.9085058Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:24.9087921Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.9700666Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.061s) 2022-08-17T13:31:24.9703297Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:24.9979285Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:24.9982448Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.0280128Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:25.0283720Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.0512884Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:25.0515941Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.0764467Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:25.0767601Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.0997798Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:25.1001353Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.1222299Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:25.1225187Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.1442695Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:25.1445557Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:25.1692872Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:25.1696231Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:25.1892439Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:25.1895723Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:25.2137898Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:25.2389276Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:25.2392870Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.2586792Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-08-17T13:31:25.2589196Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.2592271Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.2783906Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-08-17T13:31:25.2787074Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.3010972Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:25.3243724Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:25.3246852Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.3521125Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:25.3524249Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.3527390Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.4056644Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.053s) 2022-08-17T13:31:25.4977575Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.092s) 2022-08-17T13:31:25.4981025Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.4984427Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.5359743Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:25.5362693Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.6424764Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.106s) 2022-08-17T13:31:25.8290201Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.186s) 2022-08-17T13:31:25.8293118Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.8296929Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.8945560Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.065s) 2022-08-17T13:31:25.8948847Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.9192288Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:25.9434141Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:25.9437310Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.9712803Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:25.9715524Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:25.9718812Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.0099340Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:26.0766890Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.067s) 2022-08-17T13:31:26.0770074Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.0773512Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.1075368Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:26.1078449Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.1728169Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.065s) 2022-08-17T13:31:26.2714917Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.099s) 2022-08-17T13:31:26.2717697Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.2721151Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.3159416Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.044s) 2022-08-17T13:31:26.3161785Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.3407293Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:26.3410335Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.3622701Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:26.3625259Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.3984804Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:26.3987541Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.4278131Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-08-17T13:31:26.4281488Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.4581565Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:26.4585279Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.4826563Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:26.4829919Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.5115704Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:26.5119312Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.5320829Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:26.5324064Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.5539292Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:26.5542361Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.5767447Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:26.5770325Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.6002737Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:26.6005091Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.6223271Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-08-17T13:31:26.6226263Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.6435058Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-08-17T13:31:26.6437616Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.6665740Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.023s) 2022-08-17T13:31:26.6668918Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.6976118Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:26.7379287Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.040s) 2022-08-17T13:31:26.7382746Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.7626350Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:26.7629718Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.7633021Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.7866416Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:26.7869825Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.8088171Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:26.8091262Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.8464551Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:26.8467423Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.8796611Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.033s) 2022-08-17T13:31:26.8799678Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.9054981Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:26.9058618Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.9258878Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:26.9261467Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:26.9547092Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:26.9851118Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:26.9855076Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.0150102Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:27.0152433Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.0362781Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:27.0367139Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.0372099Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.0673144Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.030s) 2022-08-17T13:31:27.0675691Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.1263260Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.059s) 2022-08-17T13:31:27.1266434Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.1484943Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:27.1488266Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.1831074Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.034s) 2022-08-17T13:31:27.1834244Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.2048239Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:27.2050835Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.2326755Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:27.2330098Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.2544749Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:27.2547470Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.2829314Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:27.2832192Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.3042881Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:27.3046102Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.3327670Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:27.3330981Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.3619076Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.029s) 2022-08-17T13:31:27.3622832Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.3849412Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:27.3852522Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.5436465Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.158s) 2022-08-17T13:31:27.5439890Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.6899367Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.146s) 2022-08-17T13:31:27.6902139Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.7970149Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.107s) 2022-08-17T13:31:27.7973361Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:27.9140398Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.116s) 2022-08-17T13:31:27.9143260Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.4043807Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.490s) 2022-08-17T13:31:28.4046876Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.4270686Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:28.4273403Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.4499032Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:28.4501505Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.4733423Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:28.4736473Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.4975763Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:28.4979388Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.5240933Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.026s) 2022-08-17T13:31:28.5244883Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.5526664Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:28.5529986Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.5803037Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.027s) 2022-08-17T13:31:28.6218750Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.041s) 2022-08-17T13:31:28.6222533Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.6226182Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.6461421Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:28.6465240Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.6715491Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:28.6718496Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.6867863Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.015s) 2022-08-17T13:31:28.6871406Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.6952539Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:28.6955994Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.7110893Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.015s) 2022-08-17T13:31:28.7115198Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.7201578Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:28.7204576Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.7215391Z 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-08-17T13:31:28.7215889Z warnings.warn(warning.format(ret)) 2022-08-17T13:31:28.7356707Z ok (0.015s) 2022-08-17T13:31:28.7359308Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.7505324Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.015s) 2022-08-17T13:31:28.7508309Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.7587829Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:28.7591019Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.7684247Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:28.7687816Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.7780241Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:28.7783194Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.7879427Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:28.7882535Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8002428Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:28.8005328Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8127179Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:28.8130014Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8204476Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-08-17T13:31:28.8207826Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8282167Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.007s) 2022-08-17T13:31:28.8285471Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8414011Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.013s) 2022-08-17T13:31:28.8416980Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8542663Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:28.8545718Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8641599Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:28.8744473Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:28.8747898Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8751188Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.8831235Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:28.8834110Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9045403Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:28.9048245Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9129038Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:28.9132324Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9209611Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:28.9212932Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9292570Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:28.9294926Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9392876Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:28.9395969Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9494688Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:28.9497516Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9604199Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:28.9607865Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9717989Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:28.9721543Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9815079Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:28.9818159Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:28.9911647Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:28.9914959Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.0007724Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:29.0010474Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.0102547Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:29.0105422Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.0205761Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.0208870Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.0326760Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:29.0330277Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.0442186Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.0445810Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.0562200Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:29.0565991Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.0762326Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-08-17T13:31:29.0765740Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.0946519Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.018s) 2022-08-17T13:31:29.0950309Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.1154525Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:29.1158800Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.1259124Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.1263146Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.1361065Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.1364722Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.1466518Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.1469953Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.1576999Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.1580372Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.1691991Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.1694921Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.1911772Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.022s) 2022-08-17T13:31:29.1915107Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.2111126Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.019s) 2022-08-17T13:31:29.2114735Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.2221239Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.2224517Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.2752088Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.053s) 2022-08-17T13:31:29.2755342Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.2862057Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.2865288Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.3103231Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:29.3106288Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.3387475Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.028s) 2022-08-17T13:31:29.3390407Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.3532808Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.014s) 2022-08-17T13:31:29.3535763Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.3635280Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.3638599Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.3758821Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:29.3761634Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.3856661Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:29.3859592Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.3954381Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:29.3956848Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.4034350Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:29.4037659Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.4140342Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.4143722Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.4249196Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.4252553Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.4432611Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-08-17T13:31:29.4435997Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.4515110Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:29.4518841Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.4756388Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-08-17T13:31:29.4759400Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.4898714Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-08-17T13:31:29.4901720Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.5018467Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:29.5135585Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:29.5139081Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.5142560Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.5258626Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.5372629Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.5376035Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.5379235Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.5565805Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-08-17T13:31:29.5569132Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.5722240Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.015s) 2022-08-17T13:31:29.5725503Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.5977208Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-08-17T13:31:29.5980786Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6118076Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.014s) 2022-08-17T13:31:29.6121261Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6232816Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.6343545Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:29.6346728Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6350000Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6450032Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.6550604Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.6553406Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6556539Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6654729Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.6757251Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.6759810Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6763312Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6842326Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:29.6845214Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.6950748Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.7053251Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.7056319Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.7059552Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.7151150Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:29.7154094Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.7249727Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:29.7253267Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.7327053Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-08-17T13:31:29.7330707Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.7503569Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.017s) 2022-08-17T13:31:29.7506986Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.7823894Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.032s) 2022-08-17T13:31:29.7827279Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.7906679Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:29.7910398Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.8274599Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.036s) 2022-08-17T13:31:29.8277599Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.8360920Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:29.8365066Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.8465465Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.8468609Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.8777117Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:29.8780186Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.9162881Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:29.9167288Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.9266164Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:29.9269137Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.9479224Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-08-17T13:31:29.9482300Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:29.9873050Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-08-17T13:31:29.9876191Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.0259807Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.038s) 2022-08-17T13:31:30.0263125Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.0362292Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-08-17T13:31:30.0365485Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.0738849Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:30.1111174Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.037s) 2022-08-17T13:31:30.1114759Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.1117785Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.1319208Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:30.1514111Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.019s) 2022-08-17T13:31:30.1517051Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.1520197Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.1654488Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.013s) 2022-08-17T13:31:30.1657581Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.1793795Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.013s) 2022-08-17T13:31:30.1796945Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.2032866Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.023s) 2022-08-17T13:31:30.2036109Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.2118290Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:30.2121543Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.2241473Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:30.2244555Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.2389584Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.014s) 2022-08-17T13:31:30.2392696Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.2472142Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.008s) 2022-08-17T13:31:30.2475382Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.2563837Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.009s) 2022-08-17T13:31:30.2566947Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.2668055Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-08-17T13:31:30.2671416Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.2811241Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.014s) 2022-08-17T13:31:30.2814356Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:30.2951377Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.014s) 2022-08-17T13:31:30.2954277Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:30.3029385Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-08-17T13:31:30.3032874Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:30.3343333Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.031s) 2022-08-17T13:31:30.3346656Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.3549624Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.020s) 2022-08-17T13:31:30.3552480Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:30.3673144Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.012s) 2022-08-17T13:31:30.3675777Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.3791014Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.011s) 2022-08-17T13:31:30.3794190Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-08-17T13:31:30.3929915Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.013s) 2022-08-17T13:31:30.3933201Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-08-17T13:31:30.3933561Z 2022-08-17T13:31:30.3933916Z ---------------------------------------------------------------------- 2022-08-17T13:31:30.3935430Z Ran 1100 tests in 17.271s 2022-08-17T13:31:30.3935630Z 2022-08-17T13:31:30.3935834Z OK (skipped=550, expected failures=17) 2022-08-17T13:31:30.3936284Z 2022-08-17T13:31:30.3936416Z Generating XML reports... 2022-08-17T13:31:30.5008270Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220817133113.xml 2022-08-17T13:31:31.2876087Z Running test_scatter_gather_ops ... [2022-08-17 13:31:31.287220] 2022-08-17T13:31:31.2876695Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:31:31.287314] 2022-08-17T13:31:34.6241734Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-08-17T13:31:34.6259721Z 2022-08-17T13:31:34.6259866Z Running tests... 2022-08-17T13:31:34.6260837Z ---------------------------------------------------------------------- 2022-08-17T13:31:34.6330291Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.007s) 2022-08-17T13:31:34.6353850Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:31:34.6383639Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-08-17T13:31:34.6407951Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:31:34.6426538Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-08-17T13:31:34.6903356Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:31:34.7383199Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-08-17T13:31:34.8168088Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.078s) 2022-08-17T13:31:34.8941628Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.077s) 2022-08-17T13:31:34.9703574Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.076s) 2022-08-17T13:31:35.9477240Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.977s) 2022-08-17T13:31:36.9398278Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.992s) 2022-08-17T13:31:37.9095454Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.970s) 2022-08-17T13:31:37.9812961Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.072s) 2022-08-17T13:31:38.0520514Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.071s) 2022-08-17T13:31:38.1222628Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.070s) 2022-08-17T13:31:38.1834115Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.061s) 2022-08-17T13:31:38.2517320Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.068s) 2022-08-17T13:31:38.3118306Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.060s) 2022-08-17T13:31:38.3148262Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-08-17T13:31:38.3289793Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1531.) 2022-08-17T13:31:38.3290414Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-08-17T13:31:38.4460442Z ok (0.131s) 2022-08-17T13:31:38.5759349Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.130s) 2022-08-17T13:31:38.7065856Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.131s) 2022-08-17T13:31:38.8770497Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.170s) 2022-08-17T13:31:39.0067745Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.130s) 2022-08-17T13:31:39.1335960Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.127s) 2022-08-17T13:31:39.2633179Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.130s) 2022-08-17T13:31:39.3918703Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.128s) 2022-08-17T13:31:39.5187528Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.127s) 2022-08-17T13:31:39.6452554Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-08-17T13:31:39.7782972Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.133s) 2022-08-17T13:31:39.9458289Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.167s) 2022-08-17T13:31:40.0712189Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.125s) 2022-08-17T13:31:40.1970365Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-08-17T13:31:40.3264554Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.129s) 2022-08-17T13:31:40.4597283Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.133s) 2022-08-17T13:31:40.5817985Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.122s) 2022-08-17T13:31:40.7034901Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.122s) 2022-08-17T13:31:40.8245763Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-08-17T13:31:40.9628979Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.138s) 2022-08-17T13:31:41.0847113Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.122s) 2022-08-17T13:31:41.2079415Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.123s) 2022-08-17T13:31:41.3288740Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-08-17T13:31:41.4490664Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.120s) 2022-08-17T13:31:41.5727104Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.124s) 2022-08-17T13:31:41.6919673Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-08-17T13:31:41.8091779Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-08-17T13:31:41.9255414Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.116s) 2022-08-17T13:31:42.0507205Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.125s) 2022-08-17T13:31:42.1691038Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.118s) 2022-08-17T13:31:42.2874167Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.118s) 2022-08-17T13:31:42.4062844Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-08-17T13:31:42.5292724Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.123s) 2022-08-17T13:31:42.6534140Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.124s) 2022-08-17T13:31:42.7738701Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.120s) 2022-08-17T13:31:42.8930220Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-08-17T13:31:43.0184785Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.125s) 2022-08-17T13:31:43.1369809Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.118s) 2022-08-17T13:31:43.2531609Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.116s) 2022-08-17T13:31:43.3696540Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.116s) 2022-08-17T13:31:43.4912114Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-08-17T13:31:43.6072594Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.116s) 2022-08-17T13:31:43.7243105Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-08-17T13:31:43.8440500Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.120s) 2022-08-17T13:31:43.9635447Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-08-17T13:31:44.0907877Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.127s) 2022-08-17T13:31:44.2089118Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.118s) 2022-08-17T13:31:44.3264440Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-08-17T13:31:44.4434277Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-08-17T13:31:44.5640720Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-08-17T13:31:44.6782741Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.114s) 2022-08-17T13:31:44.7920417Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.114s) 2022-08-17T13:31:44.9070208Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.115s) 2022-08-17T13:31:45.0299816Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.123s) 2022-08-17T13:31:45.0300250Z 2022-08-17T13:31:45.0300664Z ---------------------------------------------------------------------- 2022-08-17T13:31:45.0300943Z Ran 74 tests in 10.404s 2022-08-17T13:31:45.0301349Z 2022-08-17T13:31:45.0302225Z OK 2022-08-17T13:31:45.0302362Z 2022-08-17T13:31:45.0302532Z Generating XML reports... 2022-08-17T13:31:45.0397564Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220817133134.xml 2022-08-17T13:31:45.6024406Z Running test_multiprocessing ... [2022-08-17 13:31:45.602043] 2022-08-17T13:31:45.6025000Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:31:45.602138] 2022-08-17T13:31:48.6141602Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-08-17T13:31:48.6163215Z 2022-08-17T13:31:48.6163355Z Running tests... 2022-08-17T13:31:48.6163814Z ---------------------------------------------------------------------- 2022-08-17T13:31:49.0746446Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.458s) 2022-08-17T13:31:52.0979024Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 39 slow tests 2022-08-17T13:31:52.0979796Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-08-17T13:31:52.0983812Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 238 disabled tests 2022-08-17T13:31:52.0984360Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-08-17T13:31:52.1215245Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 39 slow tests 2022-08-17T13:31:52.1215863Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-08-17T13:31:52.1219916Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 238 disabled tests 2022-08-17T13:31:52.1220527Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-08-17T13:31:52.1356905Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 39 slow tests 2022-08-17T13:31:52.1357285Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-08-17T13:31:52.1361857Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 238 disabled tests 2022-08-17T13:31:52.1362212Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-08-17T13:31:52.3791440Z ok (3.304s) 2022-08-17T13:31:52.3802189Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-08-17T13:31:52.3814946Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.3824925Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.3830705Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.3846899Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-08-17T13:31:52.3852036Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-08-17T13:31:52.3868372Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-08-17T13:31:52.3874633Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.3892336Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-08-17T13:31:52.3952667Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.006s) 2022-08-17T13:31:52.3959145Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-08-17T13:31:52.3972660Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.3983324Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.3995675Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.4007208Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.4018938Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:52.4033353Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:31:52.6975448Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.294s) 2022-08-17T13:31:52.6979530Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: seems to hang with ASAN, see https://github.com/pytorch/pytorch/issues/5326 (0.001s) 2022-08-17T13:31:52.6990652Z test_fs (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76866 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:31:54.3836309Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (1.684s) 2022-08-17T13:31:54.3845199Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:31:54.6316757Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.247s) 2022-08-17T13:31:54.6319942Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: seems to hang with ASAN, see https://github.com/pytorch/pytorch/issues/5326 (0.000s) 2022-08-17T13:31:54.6330195Z test_inherit_tensor (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79776 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-08-17T13:31:57.4533467Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 39 slow tests 2022-08-17T13:31:57.4534011Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-08-17T13:31:57.4537275Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 238 disabled tests 2022-08-17T13:31:57.4537652Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-08-17T13:31:58.1056240Z ok (3.472s) 2022-08-17T13:31:58.1062629Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-08-17T13:31:58.1077517Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-08-17T13:31:58.1082243Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-08-17T13:31:58.1094697Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... skip: non-deterministically hangs with ASAN (0.001s) 2022-08-17T13:31:58.1098522Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-08-17T13:31:58.1123852Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-08-17T13:31:58.1276507Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7f7f61926b90> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-08-17T13:31:58.1277911Z "to suppress this warning".format(repr(hook))) 2022-08-17T13:31:58.1469933Z ok (0.034s) 2022-08-17T13:31:58.1603676Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7f7f61926290> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-08-17T13:31:58.1604287Z "to suppress this warning".format(repr(hook))) 2022-08-17T13:31:58.2028021Z ok (0.055s) 2022-08-17T13:31:58.2040752Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-08-17T13:31:58.2041206Z 2022-08-17T13:31:58.2041602Z ---------------------------------------------------------------------- 2022-08-17T13:31:58.2041891Z Ran 37 tests in 9.588s 2022-08-17T13:31:58.2042054Z 2022-08-17T13:31:58.2042135Z OK (skipped=25) 2022-08-17T13:31:58.2042245Z 2022-08-17T13:31:58.2042350Z Generating XML reports... 2022-08-17T13:31:58.2116816Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220817133148.xml 2022-08-17T13:31:58.8374236Z Running test_vmap ... [2022-08-17 13:31:58.837029] 2022-08-17T13:31:58.8374748Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:31:58.837118] 2022-08-17T13:32:02.1967952Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-08-17T13:32:02.1994642Z 2022-08-17T13:32:02.1995057Z Running tests... 2022-08-17T13:32:02.1995528Z ---------------------------------------------------------------------- 2022-08-17T13:32:02.2046310Z 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-08-17T13:32:02.2046853Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-08-17T13:32:02.2070960Z 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-08-17T13:32:02.2071434Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-08-17T13:32:02.2079210Z 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-08-17T13:32:02.2079686Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-08-17T13:32:02.2087239Z 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-08-17T13:32:02.2087702Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-08-17T13:32:02.2094859Z 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-08-17T13:32:02.2095324Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-08-17T13:32:02.2102555Z 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-08-17T13:32:02.2103167Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-08-17T13:32:02.2110448Z 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-08-17T13:32:02.2110975Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-08-17T13:32:02.2117923Z 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-08-17T13:32:02.2118473Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-08-17T13:32:02.2125588Z 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-08-17T13:32:02.2126146Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-08-17T13:32:02.2133170Z 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-08-17T13:32:02.2133703Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-08-17T13:32:02.2142264Z ok (0.015s) 2022-08-17T13:32:02.2162340Z 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-08-17T13:32:02.2163101Z vmap(backward_on_vmapped_tensor)(x) 2022-08-17T13:32:02.2198251Z 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-08-17T13:32:02.2198732Z vmap(backward_with_vmapped_grad)(x, grad) 2022-08-17T13:32:02.2223247Z 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-08-17T13:32:02.2223728Z vmap(completely_unrelated_backward)(y) 2022-08-17T13:32:02.2247541Z ok (0.010s) 2022-08-17T13:32:02.2262995Z 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-08-17T13:32:02.2263517Z jacobian = vmap(vjp_mul)(batched_v) 2022-08-17T13:32:02.2279660Z ok (0.003s) 2022-08-17T13:32:02.2289616Z 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-08-17T13:32:02.2290163Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-08-17T13:32:02.2300213Z ok (0.002s) 2022-08-17T13:32:02.2317780Z 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-08-17T13:32:02.2318439Z vmap(torch.mul)(x, y) 2022-08-17T13:32:02.2319318Z 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-08-17T13:32:02.2319837Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-08-17T13:32:02.2320672Z 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-08-17T13:32:02.2321301Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-08-17T13:32:02.2321507Z ok (0.002s) 2022-08-17T13:32:02.2354296Z 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-08-17T13:32:02.2354792Z result = vmap(op, (2, 0))(x, y) 2022-08-17T13:32:02.2371759Z 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-08-17T13:32:02.2372198Z result = vmap(vmap(op), (2, 0))(x, y) 2022-08-17T13:32:02.2420185Z 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-08-17T13:32:02.2420852Z result = vmap(vmap(vmap(op)))(x, y) 2022-08-17T13:32:02.8053002Z ok (0.573s) 2022-08-17T13:32:02.8073626Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:32:02.8104048Z 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-08-17T13:32:02.8104609Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-08-17T13:32:02.9454122Z 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-08-17T13:32:02.9454646Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-08-17T13:32:03.2347185Z ok (0.427s) 2022-08-17T13:32:03.2372585Z 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-08-17T13:32:03.2373116Z result = vmap(torch.var_mean)(tensor) 2022-08-17T13:32:03.2389824Z 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-08-17T13:32:03.2390533Z result = vmap(vmap(torch.var_mean))(tensor) 2022-08-17T13:32:03.2426945Z 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-08-17T13:32:03.2427416Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-08-17T13:32:03.6959358Z ok (0.461s) 2022-08-17T13:32:03.6979774Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.002s) 2022-08-17T13:32:03.7206256Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.022s) 2022-08-17T13:32:03.7238073Z 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-08-17T13:32:03.7238601Z vmap(op, (0, None))(x, y) 2022-08-17T13:32:03.7280178Z 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-08-17T13:32:03.7280622Z vmap(op, (None, 0))(y, x) 2022-08-17T13:32:03.7320101Z 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-08-17T13:32:03.7320539Z vmap(op)(x, x) 2022-08-17T13:32:03.7360665Z 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-08-17T13:32:03.7361105Z vmap(op, (0, None))(x, y) 2022-08-17T13:32:03.7400540Z 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-08-17T13:32:03.7401005Z vmap(op, (None, 0))(y, x) 2022-08-17T13:32:03.7440052Z 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-08-17T13:32:03.7440494Z vmap(op)(x, x) 2022-08-17T13:32:03.7479812Z ok (0.027s) 2022-08-17T13:32:03.7491582Z 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-08-17T13:32:03.7492176Z vmap(foo)() 2022-08-17T13:32:03.7492871Z 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-08-17T13:32:03.7493355Z vmap(bar)() 2022-08-17T13:32:03.7493528Z ok (0.001s) 2022-08-17T13:32:03.7503558Z 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-08-17T13:32:03.7504315Z result = vmap(functools.partial(torch.mul, x))(y) 2022-08-17T13:32:03.7512282Z ok (0.002s) 2022-08-17T13:32:03.7527963Z 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-08-17T13:32:03.7528504Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-08-17T13:32:03.7557935Z 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-08-17T13:32:03.7558412Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-08-17T13:32:03.7580339Z ok (0.007s) 2022-08-17T13:32:03.7600957Z 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-08-17T13:32:03.7601711Z vmap(foo)(torch.randn([])) 2022-08-17T13:32:03.7602477Z 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-08-17T13:32:03.7603123Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-08-17T13:32:03.7604048Z 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-08-17T13:32:03.7604702Z vmap(foo, in_dims=(-1,))(x) 2022-08-17T13:32:03.7605709Z 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-08-17T13:32:03.7606161Z vmap(foo, in_dims=(2,))(y) 2022-08-17T13:32:03.7606834Z 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-08-17T13:32:03.7607292Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-08-17T13:32:03.7608125Z 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-08-17T13:32:03.7608584Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-08-17T13:32:03.7609299Z 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-08-17T13:32:03.7609732Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-08-17T13:32:03.7611517Z ok (0.003s) 2022-08-17T13:32:03.7629321Z 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-08-17T13:32:03.7630131Z vmap(torch.mul, [0, 0])(x, y) 2022-08-17T13:32:03.7631447Z 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-08-17T13:32:03.7631902Z vmap(torch.mul, set({0, 0}))(x, y) 2022-08-17T13:32:03.7632544Z 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-08-17T13:32:03.7633107Z vmap(torch.mul, 'lol')(x, y) 2022-08-17T13:32:03.7633765Z 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-08-17T13:32:03.7634215Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-08-17T13:32:03.7634855Z 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-08-17T13:32:03.7635278Z vmap(torch.mul, (0, 0))(x, y) 2022-08-17T13:32:03.7635453Z ok (0.002s) 2022-08-17T13:32:03.7668491Z 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-08-17T13:32:03.7669008Z vmap(op, in_dims=(0, None))(x, y) 2022-08-17T13:32:03.7678264Z 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-08-17T13:32:03.7678713Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-08-17T13:32:03.7692748Z 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-08-17T13:32:03.7693206Z vmap(op, in_dims=(None, 0))(x, y) 2022-08-17T13:32:03.7740120Z 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-08-17T13:32:03.7740609Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-08-17T13:32:03.7786279Z 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-08-17T13:32:03.7786778Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-08-17T13:32:03.7832360Z 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-08-17T13:32:03.7832823Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-08-17T13:32:03.7878536Z ok (0.024s) 2022-08-17T13:32:03.7911202Z 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-08-17T13:32:03.7911890Z vmap(op, (2, 0))(x, y) 2022-08-17T13:32:03.7928736Z 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-08-17T13:32:03.7929186Z vmap(vmap(op), (2, 0))(x, y) 2022-08-17T13:32:03.7976503Z 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-08-17T13:32:03.7976950Z result = vmap(vmap(vmap(op)))(x, y) 2022-08-17T13:32:04.2896607Z ok (0.502s) 2022-08-17T13:32:04.2926197Z 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-08-17T13:32:04.2926732Z result = vmap(op)(x) 2022-08-17T13:32:04.2937275Z 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-08-17T13:32:04.2937730Z result = vmap(op, out_dims=(1,))(x) 2022-08-17T13:32:04.2949286Z 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-08-17T13:32:04.2949750Z result = vmap(vmap(op))(x) 2022-08-17T13:32:04.3042833Z 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-08-17T13:32:04.3043611Z result = vmap(vmap(vmap(op)))(x) 2022-08-17T13:32:06.2391348Z ok (1.949s) 2022-08-17T13:32:06.2411012Z 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-08-17T13:32:06.2411795Z vmap(torch.sum)(x, 0) 2022-08-17T13:32:06.2412703Z 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-08-17T13:32:06.2413243Z vmap(torch.sum, (0, 0))(x, 0) 2022-08-17T13:32:06.2413930Z 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-08-17T13:32:06.2414386Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-08-17T13:32:06.2415039Z 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-08-17T13:32:06.2415476Z vmap(torch.sum, (0, None))(x, 0) 2022-08-17T13:32:06.2418177Z ok (0.003s) 2022-08-17T13:32:06.2429066Z 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-08-17T13:32:06.2429800Z output = vmap(torch.mul)(x, y) 2022-08-17T13:32:06.2438259Z ok (0.002s) 2022-08-17T13:32:06.2454566Z 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-08-17T13:32:06.2455080Z result = vmap(foo, out_dims=(0, 1))(x) 2022-08-17T13:32:06.2469348Z 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-08-17T13:32:06.2469871Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-08-17T13:32:06.2494948Z ok (0.006s) 2022-08-17T13:32:06.2505970Z 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-08-17T13:32:06.2506449Z outputs = vmap(foo)(x) 2022-08-17T13:32:06.2519283Z ok (0.002s) 2022-08-17T13:32:06.2531843Z 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-08-17T13:32:06.2532362Z vmap(returns_tuple_of_tensors)(x) 2022-08-17T13:32:06.2534867Z 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-08-17T13:32:06.2535540Z vmap(returns_list_of_two_tensors)(x) 2022-08-17T13:32:06.2536505Z 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-08-17T13:32:06.2537102Z vmap(returns_list_of_one_tensor)(x) 2022-08-17T13:32:06.2537284Z ok (0.002s) 2022-08-17T13:32:06.2548458Z 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-08-17T13:32:06.2548993Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-08-17T13:32:06.2558824Z ok (0.002s) 2022-08-17T13:32:06.2580209Z 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-08-17T13:32:06.2580745Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-08-17T13:32:06.2592191Z 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-08-17T13:32:06.2592831Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-08-17T13:32:06.2611372Z 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-08-17T13:32:06.2612128Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-08-17T13:32:06.2616000Z 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-08-17T13:32:06.2616570Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-08-17T13:32:06.2627607Z ok (0.007s) 2022-08-17T13:32:06.2643244Z 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-08-17T13:32:06.2643858Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-08-17T13:32:06.2654286Z 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-08-17T13:32:06.2654786Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-08-17T13:32:06.2668760Z ok (0.004s) 2022-08-17T13:32:06.2679823Z 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-08-17T13:32:06.2680336Z output = vmap(vmap(torch.mul))(x, y) 2022-08-17T13:32:06.2688243Z 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-08-17T13:32:06.2688723Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-08-17T13:32:06.2696708Z ok (0.003s) 2022-08-17T13:32:06.2710383Z 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-08-17T13:32:06.2710878Z result = vmap(model)(tensor) 2022-08-17T13:32:06.2728561Z ok (0.003s) 2022-08-17T13:32:06.2747499Z 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-08-17T13:32:06.2748032Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-08-17T13:32:06.2755149Z 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-08-17T13:32:06.2755626Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-08-17T13:32:06.2765492Z 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-08-17T13:32:06.2766096Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-08-17T13:32:06.2774548Z 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-08-17T13:32:06.2774998Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-08-17T13:32:06.2785705Z 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-08-17T13:32:06.2786162Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-08-17T13:32:06.2795946Z ok (0.007s) 2022-08-17T13:32:06.2807337Z 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-08-17T13:32:06.2807865Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-08-17T13:32:06.2810463Z 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-08-17T13:32:06.2810922Z vmap(multiple_outputs)(torch.ones(3)) 2022-08-17T13:32:06.2812122Z ok (0.002s) 2022-08-17T13:32:06.2826189Z 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-08-17T13:32:06.2826692Z output = vmap(lambda x: x, (1,))(tensor) 2022-08-17T13:32:06.2835333Z 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-08-17T13:32:06.2835789Z output = vmap(torch.mul, (0, 1))(x, y) 2022-08-17T13:32:06.2843074Z 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-08-17T13:32:06.2843602Z output = vmap(torch.mul, (1, 0))(x, y) 2022-08-17T13:32:06.2851386Z ok (0.004s) 2022-08-17T13:32:06.2863913Z 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-08-17T13:32:06.2864425Z output = vmap(torch.mul, (0, None))(x, y) 2022-08-17T13:32:06.2873493Z 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-08-17T13:32:06.2873968Z output = vmap(torch.mul, (0, None))(x, 2) 2022-08-17T13:32:06.2881671Z ok (0.003s) 2022-08-17T13:32:06.2910865Z 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-08-17T13:32:06.2911482Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-08-17T13:32:06.2919231Z 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-08-17T13:32:06.2919700Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-08-17T13:32:06.2929152Z 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-08-17T13:32:06.2929670Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-08-17T13:32:06.2939204Z 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-08-17T13:32:06.2939688Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-08-17T13:32:06.2955715Z 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-08-17T13:32:06.2956180Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-08-17T13:32:06.2975122Z 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-08-17T13:32:06.2975575Z result = vmap(foo, out_dims=1)(x, y) 2022-08-17T13:32:06.2994879Z ok (0.011s) 2022-08-17T13:32:06.3005262Z 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-08-17T13:32:06.3005785Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-08-17T13:32:06.3013567Z ok (0.002s) 2022-08-17T13:32:06.3031215Z 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-08-17T13:32:06.3031799Z vmap(torch.mul, (0,))(x, y) 2022-08-17T13:32:06.3033007Z 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-08-17T13:32:06.3033806Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-08-17T13:32:06.3034749Z 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-08-17T13:32:06.3035564Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-08-17T13:32:06.3036207Z 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-08-17T13:32:06.3036686Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-08-17T13:32:06.3037461Z 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-08-17T13:32:06.3037900Z vmap(torch.mul, (0, 0))(x, y) 2022-08-17T13:32:06.3038085Z ok (0.002s) 2022-08-17T13:32:06.3048225Z 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-08-17T13:32:06.3048719Z vmap(lambda x: x, out_dims=3)(x) 2022-08-17T13:32:06.3105252Z 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-08-17T13:32:06.3105745Z vmap(lambda x: x, out_dims=-4)(x) 2022-08-17T13:32:06.3159810Z ok (0.012s) 2022-08-17T13:32:06.3175614Z 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-08-17T13:32:06.3176239Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-08-17T13:32:06.3177169Z 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-08-17T13:32:06.3177767Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-08-17T13:32:06.3178589Z 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-08-17T13:32:06.3179573Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-08-17T13:32:06.3180385Z 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-08-17T13:32:06.3180844Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-08-17T13:32:06.3181049Z ok (0.002s) 2022-08-17T13:32:06.3190663Z 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-08-17T13:32:06.3191164Z expected = vmap(foo, out_dims=1)(tensor) 2022-08-17T13:32:06.3192011Z 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-08-17T13:32:06.3192465Z result = vmap(foo, out_dims=(1,))(tensor) 2022-08-17T13:32:06.3200141Z ok (0.002s) 2022-08-17T13:32:06.3214842Z 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-08-17T13:32:06.3215899Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-08-17T13:32:06.3216692Z 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-08-17T13:32:06.3217453Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-08-17T13:32:06.3218271Z 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-08-17T13:32:06.3218712Z vmap(lambda x: x, out_dims=None)(tensor) 2022-08-17T13:32:06.3219352Z 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-08-17T13:32:06.3219809Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-08-17T13:32:06.3220013Z ok (0.002s) 2022-08-17T13:32:06.3226986Z 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-08-17T13:32:06.3227478Z output = vmap(square)(x) 2022-08-17T13:32:06.3234496Z ok (0.002s) 2022-08-17T13:32:06.3251450Z 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-08-17T13:32:06.3252069Z vmap(torch.ravel)(tensor) 2022-08-17T13:32:06.3292472Z 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-08-17T13:32:06.3293049Z vmap(out_op)(tensor, tensor) 2022-08-17T13:32:06.3334022Z 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-08-17T13:32:06.3334504Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-08-17T13:32:06.3374550Z 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-08-17T13:32:06.3375020Z vmap(torch.Tensor.item)(tensor) 2022-08-17T13:32:06.3423211Z ok (0.019s) 2022-08-17T13:32:06.3541342Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.012s) 2022-08-17T13:32:06.3560084Z 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-08-17T13:32:06.3560645Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-08-17T13:32:06.3620847Z ok (0.008s) 2022-08-17T13:32:06.3668132Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-08-17T13:32:06.3878531Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.021s) 2022-08-17T13:32:06.3908572Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-08-17T13:32:06.3924146Z 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-08-17T13:32:06.3924723Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-08-17T13:32:06.3972696Z ok (0.006s) 2022-08-17T13:32:06.4092542Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.012s) 2022-08-17T13:32:06.4191515Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.010s) 2022-08-17T13:32:06.4243596Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-08-17T13:32:06.4296101Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-08-17T13:32:06.4344340Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-08-17T13:32:06.4421492Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.008s) 2022-08-17T13:32:06.4432979Z 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-08-17T13:32:06.4433528Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-08-17T13:32:06.4456527Z ok (0.003s) 2022-08-17T13:32:06.4489303Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-08-17T13:32:06.4521103Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-08-17T13:32:06.4690063Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.017s) 2022-08-17T13:32:06.4715135Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-08-17T13:32:06.4739305Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-08-17T13:32:06.4795433Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-08-17T13:32:06.4845286Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-08-17T13:32:06.4906105Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-08-17T13:32:06.4937547Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-08-17T13:32:06.5044614Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.011s) 2022-08-17T13:32:06.5062475Z 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-08-17T13:32:06.5063193Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:32:06.5063516Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:32:06.5063732Z should be replaced with 2022-08-17T13:32:06.5064173Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:32:06.5064387Z and 2022-08-17T13:32:06.5064576Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:32:06.5064775Z should be replaced with 2022-08-17T13:32:06.5065262Z 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:2992.) 2022-08-17T13:32:06.5065625Z return torch.symeig(x, eigenvectors=True)[0] 2022-08-17T13:32:06.5066314Z 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-08-17T13:32:06.5066775Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-08-17T13:32:06.5144958Z ok (0.010s) 2022-08-17T13:32:06.5173087Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-08-17T13:32:06.5203217Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-08-17T13:32:06.5217105Z 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-08-17T13:32:06.5217650Z result = vmap(vjp)(gy) 2022-08-17T13:32:06.5227396Z ok (0.002s) 2022-08-17T13:32:06.5243714Z 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-08-17T13:32:06.5244257Z result = vmap(vjp)(gy) 2022-08-17T13:32:06.5252044Z ok (0.002s) 2022-08-17T13:32:06.5268323Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-08-17T13:32:06.5276269Z 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-08-17T13:32:06.5276812Z vmap(op_using_fallback)(torch.rand(3)) 2022-08-17T13:32:06.5280969Z ok (0.001s) 2022-08-17T13:32:06.5596236Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.031s) 2022-08-17T13:32:06.6260539Z test_as_strided (__main__.TestVmapOperators) ... ok (0.066s) 2022-08-17T13:32:07.1295837Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.503s) 2022-08-17T13:32:07.1713817Z test_bmm (__main__.TestVmapOperators) ... ok (0.042s) 2022-08-17T13:32:07.1836600Z test_cat (__main__.TestVmapOperators) ... ok (0.012s) 2022-08-17T13:32:07.4031589Z test_chunk (__main__.TestVmapOperators) ... ok (0.219s) 2022-08-17T13:32:07.4631856Z test_clamp (__main__.TestVmapOperators) ... ok (0.060s) 2022-08-17T13:32:07.5093438Z test_clone (__main__.TestVmapOperators) ... ok (0.046s) 2022-08-17T13:32:07.6851836Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.176s) 2022-08-17T13:32:07.7114385Z test_conj (__main__.TestVmapOperators) ... ok (0.026s) 2022-08-17T13:32:07.7300072Z test_contiguous (__main__.TestVmapOperators) ... ok (0.018s) 2022-08-17T13:32:07.7441092Z test_diagonal (__main__.TestVmapOperators) ... ok (0.014s) 2022-08-17T13:32:07.7763004Z test_dot (__main__.TestVmapOperators) ... ok (0.032s) 2022-08-17T13:32:07.8146481Z test_expand_as (__main__.TestVmapOperators) ... ok (0.038s) 2022-08-17T13:32:07.8980088Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.083s) 2022-08-17T13:32:07.9273247Z test_imag (__main__.TestVmapOperators) ... ok (0.029s) 2022-08-17T13:32:07.9295859Z test_is_complex (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:32:07.9441035Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.014s) 2022-08-17T13:32:07.9460922Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:32:07.9796304Z test_mm (__main__.TestVmapOperators) ... ok (0.033s) 2022-08-17T13:32:08.0085789Z test_movedim (__main__.TestVmapOperators) ... ok (0.029s) 2022-08-17T13:32:08.0405329Z test_mv (__main__.TestVmapOperators) ... ok (0.032s) 2022-08-17T13:32:08.0513853Z test_narrow (__main__.TestVmapOperators) ... ok (0.011s) 2022-08-17T13:32:08.0537377Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:32:08.0687375Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.015s) 2022-08-17T13:32:08.0738229Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.005s) 2022-08-17T13:32:08.3091036Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.235s) 2022-08-17T13:32:08.3384467Z test_real (__main__.TestVmapOperators) ... ok (0.029s) 2022-08-17T13:32:08.3672780Z test_reshape (__main__.TestVmapOperators) ... ok (0.029s) 2022-08-17T13:32:08.4045525Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.037s) 2022-08-17T13:32:08.4188439Z test_result_type (__main__.TestVmapOperators) ... ok (0.014s) 2022-08-17T13:32:08.4276325Z test_select (__main__.TestVmapOperators) ... ok (0.009s) 2022-08-17T13:32:08.4381351Z test_slice (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:32:08.8994046Z test_split (__main__.TestVmapOperators) ... ok (0.461s) 2022-08-17T13:32:08.9080301Z test_squeeze (__main__.TestVmapOperators) ... ok (0.009s) 2022-08-17T13:32:08.9522843Z test_stack (__main__.TestVmapOperators) ... ok (0.044s) 2022-08-17T13:32:08.9539339Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:32:08.9712867Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.017s) 2022-08-17T13:32:08.9849788Z test_t (__main__.TestVmapOperators) ... ok (0.014s) 2022-08-17T13:32:09.8938723Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.909s) 2022-08-17T13:32:09.9053019Z test_to (__main__.TestVmapOperators) ... ok (0.012s) 2022-08-17T13:32:09.9137289Z test_trace (__main__.TestVmapOperators) ... ok (0.008s) 2022-08-17T13:32:09.9313963Z test_transpose (__main__.TestVmapOperators) ... ok (0.018s) 2022-08-17T13:32:10.2976800Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.366s) 2022-08-17T13:32:10.9747338Z test_unbind (__main__.TestVmapOperators) ... ok (0.677s) 2022-08-17T13:32:10.9843948Z test_unfold (__main__.TestVmapOperators) ... ok (0.010s) 2022-08-17T13:32:11.0203848Z test_view (__main__.TestVmapOperators) ... ok (0.036s) 2022-08-17T13:32:11.0929150Z test_view_as (__main__.TestVmapOperators) ... ok (0.072s) 2022-08-17T13:32:11.2350318Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.142s) 2022-08-17T13:32:11.2710376Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.036s) 2022-08-17T13:32:11.2726938Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.002s) 2022-08-17T13:32:11.2736047Z 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-08-17T13:32:11.2736600Z vmap(op_using_fallback)(torch.rand(3)) 2022-08-17T13:32:11.2740445Z ok (0.001s) 2022-08-17T13:32:11.2740642Z 2022-08-17T13:32:11.2741019Z ---------------------------------------------------------------------- 2022-08-17T13:32:11.2741380Z Ran 125 tests in 9.075s 2022-08-17T13:32:11.2741560Z 2022-08-17T13:32:11.2741626Z OK 2022-08-17T13:32:11.2741730Z 2022-08-17T13:32:11.2742058Z Generating XML reports... 2022-08-17T13:32:11.2824119Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220817133202.xml 2022-08-17T13:32:11.2851222Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220817133202.xml 2022-08-17T13:32:11.2893870Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220817133202.xml 2022-08-17T13:32:11.8337278Z Running test_module_init ... [2022-08-17 13:32:11.833340] 2022-08-17T13:32:11.8337787Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:32:11.833433] 2022-08-17T13:32:15.1472547Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-08-17T13:32:15.1473004Z warnings.warn(msg, FutureWarning) 2022-08-17T13:32:15.1619542Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-08-17T13:32:15.1656695Z 2022-08-17T13:32:15.1657022Z Running tests... 2022-08-17T13:32:15.1657360Z ---------------------------------------------------------------------- 2022-08-17T13:32:15.1704924Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.1740818Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.1776188Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.1811113Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.1845480Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.1880814Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.1958549Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-08-17T13:32:15.2027069Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-08-17T13:32:15.2062211Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.2096858Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.2132728Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2170057Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2206355Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2240916Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.2275969Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.2312099Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2348323Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2384414Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2419670Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.2456396Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2491672Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2526822Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.2569126Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2606373Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2643612Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.2681412Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.3007549Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.033s) 2022-08-17T13:32:15.3059001Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.3110243Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.3161020Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.3211742Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.3263516Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.3306854Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.3350822Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.3385911Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3421237Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3456476Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3491914Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.3527006Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3562190Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3605291Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.3640288Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3675644Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3710309Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3745174Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3780730Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.3827239Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.3872721Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.3917767Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.3962540Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4008336Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.4053137Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4097507Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4142571Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4187221Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4231867Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4276872Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4321964Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4357000Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4391534Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4426855Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4461542Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4504510Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4540635Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4576219Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4610852Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4646489Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4681028Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4715874Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4751447Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4785958Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4821189Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4855994Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4890877Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.4926496Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.4961180Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5004892Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5046363Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5087276Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5128572Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5163223Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5198745Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5233601Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5267927Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5303857Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5338291Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5375144Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5411379Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5452764Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5489624Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5523959Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5559057Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5593754Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5628511Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.5678457Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.5727528Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.5777878Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.5828936Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.5864407Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5900457Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5944079Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.5987911Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6023340Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6059228Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6094279Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6129893Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6164902Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6200186Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6236559Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6271650Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6307716Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6342705Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6520003Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.018s) 2022-08-17T13:32:15.6561842Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6596468Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6631970Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6678099Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.6724570Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.6769658Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6814464Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6859375Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6904621Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.6939460Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.6974984Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.7009892Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.7045367Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.7080397Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.7116094Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.7152255Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.7188025Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.7237853Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7286278Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7336832Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7393262Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:32:15.7436252Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.7479479Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.7518682Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-08-17T13:32:15.7519355Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-08-17T13:32:15.7532132Z ok (0.005s) 2022-08-17T13:32:15.7581239Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7631651Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7680535Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7730507Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7780316Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7836652Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:32:15.7884330Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7930633Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.7977346Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8024545Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8071514Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8119009Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8165304Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8211894Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8267351Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8313242Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8359952Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8408286Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8502216Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-08-17T13:32:15.8547084Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.8593867Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8652263Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:32:15.8699777Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8746030Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8791878Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:15.8827701Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.8862730Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.8907651Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.8951517Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.8987302Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.9022109Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9056939Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9092203Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9126852Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9162158Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9196842Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9231891Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9267793Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.9305372Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.9341430Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.9376428Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9411400Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9454078Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:15.9488962Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9524696Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9559361Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9593767Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9629283Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9663847Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9699001Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9733623Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9768185Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9803603Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9837490Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9873002Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9906967Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9941345Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:15.9977433Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0012288Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0049238Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0085843Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0122336Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0159066Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0226806Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-08-17T13:32:16.0320180Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-08-17T13:32:16.0353527Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0386373Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0427492Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0464088Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0496952Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0531028Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0566340Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0600831Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0635779Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0670539Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0705186Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0740699Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0775148Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0810689Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.0845386Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0880144Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.0932015Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.0981832Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.1029839Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.1077816Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.1126591Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.1173906Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.1224187Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.1273645Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.1308486Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1343314Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1385131Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.1419459Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1454831Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1489536Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1524197Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1559665Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1594315Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1629876Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.1664642Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1699281Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1734935Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.1769570Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1805175Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.1839809Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1874848Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1910866Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.1945479Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.1980706Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2015293Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2049713Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2106662Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:32:16.2138058Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2170243Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2202610Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2234503Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2267561Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2299523Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2332299Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2364203Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2396850Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2436237Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.2471464Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2507449Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.2544088Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2577950Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.2613744Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.2648782Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2684571Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.2719236Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2754194Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.2806421Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.2856848Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:16.2892324Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.2930076Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.2964934Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.3000825Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.3035636Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:16.3071675Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:16.3182099Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-08-17T13:32:16.3297894Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-08-17T13:32:16.3752530Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.045s) 2022-08-17T13:32:16.3884141Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-08-17T13:32:16.3979140Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-08-17T13:32:16.4080179Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-08-17T13:32:16.4193685Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-08-17T13:32:16.4304850Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-08-17T13:32:18.7915623Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (2.361s) 2022-08-17T13:32:21.7790718Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (2.987s) 2022-08-17T13:32:21.7825686Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.7859049Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.7893312Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.7927999Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.7961327Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.7993795Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8026450Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8059734Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8091872Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8124629Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8156781Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8189670Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8222915Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8254984Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8288504Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8320698Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.8373902Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8424665Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8478715Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8528754Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8578215Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8628747Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8676450Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8724737Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8772645Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8820460Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8868856Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.8934965Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-08-17T13:32:21.8984184Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.9032855Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.9093501Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:32:21.9143689Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.9212152Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-08-17T13:32:21.9280851Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-08-17T13:32:21.9330911Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.9379649Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.9428723Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.9478017Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.9521117Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9557239Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9594378Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9629933Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9666356Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9701202Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:21.9745537Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9785777Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9825587Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9864950Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:21.9912595Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:21.9969810Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-08-17T13:32:22.0001801Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0033855Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0066811Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0098244Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0130705Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0162243Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0193987Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0226368Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0257631Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0290682Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0338678Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:22.0388541Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:22.0421146Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0452982Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0496232Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.0539557Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.0583082Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.0627014Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.0668723Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.0712816Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.0759040Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:22.0811584Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:22.0848916Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.0887382Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.0922722Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0958046Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.0989762Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1039960Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-08-17T13:32:22.1076479Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.1109158Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1140972Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1171964Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1208908Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.1245470Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-08-17T13:32:22.1277827Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1309670Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1342130Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1373616Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1404962Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1438027Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-08-17T13:32:22.1438338Z 2022-08-17T13:32:22.1438851Z ---------------------------------------------------------------------- 2022-08-17T13:32:22.1439298Z Ran 376 tests in 6.978s 2022-08-17T13:32:22.1439433Z 2022-08-17T13:32:22.1439494Z OK 2022-08-17T13:32:22.1439590Z 2022-08-17T13:32:22.1439661Z Generating XML reports... 2022-08-17T13:32:22.1771780Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220817133215.xml 2022-08-17T13:32:22.8072691Z Running test_mkl_verbose ... [2022-08-17 13:32:22.806812] 2022-08-17T13:32:22.8073522Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:32:22.806904] 2022-08-17T13:32:25.8036163Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-08-17T13:32:25.8050135Z 2022-08-17T13:32:25.8050260Z Running tests... 2022-08-17T13:32:25.8050861Z ---------------------------------------------------------------------- 2022-08-17T13:32:29.4179650Z test_verbose_off (__main__.TestMKLVerbose) ... ok (3.613s) 2022-08-17T13:32:33.4356359Z test_verbose_on (__main__.TestMKLVerbose) ... ok (4.017s) 2022-08-17T13:32:33.4356735Z 2022-08-17T13:32:33.4357167Z ---------------------------------------------------------------------- 2022-08-17T13:32:33.4357574Z Ran 2 tests in 7.631s 2022-08-17T13:32:33.4357757Z 2022-08-17T13:32:33.4357849Z OK 2022-08-17T13:32:33.4358011Z 2022-08-17T13:32:33.4358139Z Generating XML reports... 2022-08-17T13:32:33.4399128Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220817133225.xml 2022-08-17T13:32:34.0183263Z Running test_dynamic_shapes ... [2022-08-17 13:32:34.017914] 2022-08-17T13:32:34.0183832Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:32:34.018006] 2022-08-17T13:32:37.0673288Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-08-17T13:32:37.0687608Z 2022-08-17T13:32:37.0687764Z Running tests... 2022-08-17T13:32:37.0688229Z ---------------------------------------------------------------------- 2022-08-17T13:32:41.2323852Z test_arith_ops (__main__.TestPySymInt) ... ok (4.163s) 2022-08-17T13:32:41.2527592Z test_aten_ops (__main__.TestPySymInt) ... ok (0.020s) 2022-08-17T13:32:41.3747421Z test_binary (__main__.TestPySymInt) ... ok (0.122s) 2022-08-17T13:32:41.3885267Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.014s) 2022-08-17T13:32:41.3899838Z test_meta_symint (__main__.TestPySymInt) ... ok (0.001s) 2022-08-17T13:32:41.5146296Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.124s) 2022-08-17T13:32:41.6211947Z test_roundtrip (__main__.TestPySymInt) ... ok (0.106s) 2022-08-17T13:32:41.6510422Z test_size_expressions (__main__.TestPySymInt) ... ok (0.030s) 2022-08-17T13:32:41.6884279Z test_symint_args (__main__.TestPySymInt) ... ok (0.037s) 2022-08-17T13:32:41.9182979Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.230s) 2022-08-17T13:32:41.9183236Z 2022-08-17T13:32:41.9183586Z ---------------------------------------------------------------------- 2022-08-17T13:32:41.9183836Z Ran 10 tests in 4.849s 2022-08-17T13:32:41.9183955Z 2022-08-17T13:32:41.9184017Z OK 2022-08-17T13:32:41.9184107Z 2022-08-17T13:32:41.9184211Z Generating XML reports... 2022-08-17T13:32:41.9223649Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220817133237.xml 2022-08-17T13:32:42.5357699Z Running test_indexing ... [2022-08-17 13:32:42.535387] 2022-08-17T13:32:42.5358221Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:32:42.535479] 2022-08-17T13:32:45.8979582Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-08-17T13:32:45.8998943Z 2022-08-17T13:32:45.8999084Z Running tests... 2022-08-17T13:32:45.8999680Z ---------------------------------------------------------------------- 2022-08-17T13:32:45.9547604Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.055s) 2022-08-17T13:32:45.9573707Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-08-17T13:32:45.9611170Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-08-17T13:32:45.9643826Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-08-17T13:32:45.9847265Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.020s) 2022-08-17T13:32:46.0052013Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.020s) 2022-08-17T13:32:46.0084263Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-08-17T13:32:46.0380372Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-08-17T13:32:46.0381124Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-08-17T13:32:46.0472657Z test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-08-17T13:32:46.0473424Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-08-17T13:32:46.0474063Z ok (0.039s) 2022-08-17T13:32:46.0561603Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.009s) 2022-08-17T13:32:46.1092682Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.053s) 2022-08-17T13:32:46.1128165Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-08-17T13:32:46.1236286Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.011s) 2022-08-17T13:32:46.1249415Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:32:46.1259790Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:32:46.1275901Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:32:46.1324454Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-08-17T13:32:46.1334436Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-08-17T13:32:46.1352048Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-08-17T13:32:46.1394896Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-08-17T13:32:46.2138082Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.074s) 2022-08-17T13:32:46.2162387Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:46.2926145Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.076s) 2022-08-17T13:32:46.9117702Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.619s) 2022-08-17T13:32:46.9160015Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-08-17T13:32:46.9181490Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:46.9227891Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.005s) 2022-08-17T13:32:46.9244140Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:46.9267445Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:46.9302742Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:32:46.9344436Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-08-17T13:32:46.9357548Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:32:46.9377608Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:46.9399210Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:46.9433306Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:32:46.9556775Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-08-17T13:32:46.9573781Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:46.9590628Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:32:46.9789434Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.020s) 2022-08-17T13:32:47.0679984Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.089s) 2022-08-17T13:32:47.0736161Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-08-17T13:32:47.5645249Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.491s) 2022-08-17T13:32:47.5701277Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-08-17T13:32:50.0287186Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (2.458s) 2022-08-17T13:32:50.0304608Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:32:50.0321010Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-08-17T13:32:50.0340557Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0358193Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0376083Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0393110Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0410368Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0434371Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0462297Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:32:50.0663287Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.020s) 2022-08-17T13:32:50.0682924Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0701966Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0719891Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0738168Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0756520Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0771741Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:32:50.0787129Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:32:50.0806208Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.0816371Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:32:50.0827181Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:32:50.4395231Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.357s) 2022-08-17T13:32:50.4412769Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.4431835Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.4444532Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:32:50.4463422Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.4580907Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-08-17T13:32:50.4605222Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.4883623Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.028s) 2022-08-17T13:32:50.5057513Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.017s) 2022-08-17T13:32:50.5068552Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-08-17T13:32:50.5084762Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.5105752Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.5241314Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.013s) 2022-08-17T13:32:50.5338808Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.010s) 2022-08-17T13:32:50.5634133Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.030s) 2022-08-17T13:32:50.5922050Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.029s) 2022-08-17T13:32:50.5937192Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-08-17T13:32:50.5972101Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-08-17T13:32:50.5972362Z 2022-08-17T13:32:50.5972787Z ---------------------------------------------------------------------- 2022-08-17T13:32:50.5973103Z Ran 81 tests in 4.697s 2022-08-17T13:32:50.5973219Z 2022-08-17T13:32:50.5973280Z OK (skipped=5) 2022-08-17T13:32:50.5973387Z 2022-08-17T13:32:50.5973512Z Generating XML reports... 2022-08-17T13:32:50.6062554Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220817133245.xml 2022-08-17T13:32:50.6112520Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220817133245.xml 2022-08-17T13:32:51.1566378Z Running test_shape_ops ... [2022-08-17 13:32:51.156232] 2022-08-17T13:32:51.1566913Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:32:51.156320] 2022-08-17T13:32:54.5162719Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-08-17T13:32:54.5182090Z 2022-08-17T13:32:54.5182552Z Running tests... 2022-08-17T13:32:54.5183040Z ---------------------------------------------------------------------- 2022-08-17T13:32:54.5295334Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-08-17T13:32:54.5337826Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:32:54.5389934Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-08-17T13:32:54.5665816Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-08-17T13:32:54.5739902Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-08-17T13:32:54.5804454Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:32:54.5829393Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:32:54.5851457Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-08-17T13:32:54.5883954Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:32:54.5918213Z 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-08-17T13:32:54.5919224Z return torch.as_tensor(tensor_like) 2022-08-17T13:32:54.5989068Z ok (0.010s) 2022-08-17T13:32:54.6522503Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.053s) 2022-08-17T13:32:54.6811393Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:32:54.7386224Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.057s) 2022-08-17T13:32:54.7981769Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.059s) 2022-08-17T13:32:54.8492385Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.051s) 2022-08-17T13:32:55.1070954Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.258s) 2022-08-17T13:32:55.1541534Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.047s) 2022-08-17T13:32:55.1820805Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-08-17T13:32:55.2098959Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-08-17T13:32:55.2336864Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.2612921Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-08-17T13:32:55.2886070Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-08-17T13:32:55.3130353Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.3369122Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.3612780Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.3855702Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.4097356Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.4338609Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.4580633Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.4819965Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.5059353Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.5299330Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.5537762Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.5777271Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-08-17T13:32:55.5790356Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:32:55.6447330Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.066s) 2022-08-17T13:32:55.6642634Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-08-17T13:32:55.7103409Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-08-17T13:32:55.7479356Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-08-17T13:32:55.8105547Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.063s) 2022-08-17T13:32:55.8878181Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.077s) 2022-08-17T13:32:55.9165878Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-08-17T13:32:55.9362828Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-08-17T13:32:55.9564523Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-08-17T13:32:55.9744890Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-08-17T13:32:56.0228238Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.048s) 2022-08-17T13:32:56.0414703Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-08-17T13:32:56.0472637Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:32:56.0530847Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:32:56.0558768Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:32:56.0654775Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-08-17T13:32:56.0746659Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-08-17T13:32:56.0837867Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-08-17T13:32:56.0901258Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:32:56.0962671Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-08-17T13:32:56.0994031Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:32:56.1047095Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-08-17T13:32:56.1097793Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-08-17T13:32:56.1148478Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-08-17T13:32:56.5838606Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.469s) 2022-08-17T13:32:56.9833716Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.399s) 2022-08-17T13:32:57.0881051Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.105s) 2022-08-17T13:32:57.1663863Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.078s) 2022-08-17T13:32:57.2436719Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.077s) 2022-08-17T13:32:57.3205555Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.077s) 2022-08-17T13:32:57.3250093Z 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-08-17T13:32:57.3250873Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-08-17T13:32:57.7002267Z ok (0.380s) 2022-08-17T13:32:57.7038164Z 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-08-17T13:32:57.7038865Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:32:57.7154217Z 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-08-17T13:32:57.7154834Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:32:57.7266807Z 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-08-17T13:32:57.7267684Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:32:57.7492294Z 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-08-17T13:32:57.7492906Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:32:57.7605004Z 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-08-17T13:32:57.7605663Z torch.nonzero(tensor, out=dst3) 2022-08-17T13:32:57.7717287Z ok (0.072s) 2022-08-17T13:32:57.8413566Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.069s) 2022-08-17T13:32:57.9111874Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-08-17T13:32:57.9800223Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.069s) 2022-08-17T13:32:58.0495944Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.069s) 2022-08-17T13:32:58.1195761Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-08-17T13:32:58.1974904Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.078s) 2022-08-17T13:32:58.2679375Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-08-17T13:32:58.3375449Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.070s) 2022-08-17T13:32:58.4070752Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.069s) 2022-08-17T13:32:58.4104260Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:32:58.4117664Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:32:58.4126866Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-08-17T13:32:58.4599402Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.047s) 2022-08-17T13:32:58.4635473Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:32:58.4709877Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-08-17T13:32:58.4780669Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-08-17T13:32:58.4818488Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:32:58.4855786Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:32:58.4890965Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-08-17T13:32:58.4927815Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:32:58.4964970Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-08-17T13:32:58.5044609Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-08-17T13:32:58.5045096Z 2022-08-17T13:32:58.5045493Z ---------------------------------------------------------------------- 2022-08-17T13:32:58.5045786Z Ran 89 tests in 3.986s 2022-08-17T13:32:58.5045899Z 2022-08-17T13:32:58.5045970Z OK (skipped=1) 2022-08-17T13:32:58.5046075Z 2022-08-17T13:32:58.5046157Z Generating XML reports... 2022-08-17T13:32:58.5157764Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220817133254.xml 2022-08-17T13:32:59.0955726Z Running test_public_bindings ... [2022-08-17 13:32:59.095175] 2022-08-17T13:32:59.0956540Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:32:59.095267] 2022-08-17T13:33:02.1086563Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-08-17T13:33:02.1100371Z 2022-08-17T13:33:02.1100686Z Running tests... 2022-08-17T13:33:02.1101268Z ---------------------------------------------------------------------- 2022-08-17T13:33:02.1138524Z test_correct_module_names (__main__.TestPublicBindings) 2022-08-17T13:33:02.4773479Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:192: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-08-17T13:33:02.4774430Z "torch.distributed.reduce_op is deprecated, please use " 2022-08-17T13:33:03.9521660Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:33:04.3594197Z ok (2.249s) 2022-08-17T13:33:04.3632829Z test_no_new_bindings (__main__.TestPublicBindings) 2022-08-17T13:33:04.3642440Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.005s) 2022-08-17T13:33:04.3642930Z 2022-08-17T13:33:04.3643678Z ---------------------------------------------------------------------- 2022-08-17T13:33:04.3644175Z Ran 2 tests in 2.254s 2022-08-17T13:33:04.3644374Z 2022-08-17T13:33:04.3644457Z OK 2022-08-17T13:33:04.3644548Z 2022-08-17T13:33:04.3644640Z Generating XML reports... 2022-08-17T13:33:04.3650807Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220817133302.xml 2022-08-17T13:33:05.0963622Z Running test_namedtuple_return_api ... [2022-08-17 13:33:05.095959] 2022-08-17T13:33:05.0964181Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:05.096057] 2022-08-17T13:33:08.1567440Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-08-17T13:33:08.1581104Z 2022-08-17T13:33:08.1581207Z Running tests... 2022-08-17T13:33:08.1582276Z ---------------------------------------------------------------------- 2022-08-17T13:33:08.4489731Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.291s) 2022-08-17T13:33:08.4786089Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... test_namedtuple_return_api.py:150: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:33:08.4786877Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:33:08.4787132Z Q, R = torch.qr(A, some) 2022-08-17T13:33:08.4787320Z should be replaced with 2022-08-17T13:33:08.4787800Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2544.) 2022-08-17T13:33:08.4788156Z ret1 = func(a, *op.input) 2022-08-17T13:33:08.4790744Z test_namedtuple_return_api.py:156: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-08-17T13:33:08.4791566Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-08-17T13:33:08.4791822Z Q, R = torch.qr(A, some) 2022-08-17T13:33:08.4792011Z should be replaced with 2022-08-17T13:33:08.4792470Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2556.) 2022-08-17T13:33:08.4792824Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-08-17T13:33:08.4813616Z test_namedtuple_return_api.py:150: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:33:08.4814464Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:33:08.4815060Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:33:08.4815264Z should be replaced with 2022-08-17T13:33:08.4815571Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:33:08.4815766Z and 2022-08-17T13:33:08.4815955Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:33:08.4816162Z should be replaced with 2022-08-17T13:33:08.4816627Z 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:2992.) 2022-08-17T13:33:08.4816947Z ret1 = func(a, *op.input) 2022-08-17T13:33:08.4818870Z test_namedtuple_return_api.py:156: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-08-17T13:33:08.4819645Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-08-17T13:33:08.4820247Z L, _ = torch.symeig(A, upper=upper) 2022-08-17T13:33:08.4820595Z should be replaced with 2022-08-17T13:33:08.4821137Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-08-17T13:33:08.4821472Z and 2022-08-17T13:33:08.4821646Z L, V = torch.symeig(A, eigenvectors=True) 2022-08-17T13:33:08.4821981Z should be replaced with 2022-08-17T13:33:08.4822448Z 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:3010.) 2022-08-17T13:33:08.4822794Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-08-17T13:33:08.4831635Z test_namedtuple_return_api.py:150: UserWarning: torch.eig is deprecated in favor of torch.linalg.eig and will be removed in a future PyTorch release. 2022-08-17T13:33:08.4832489Z torch.linalg.eig returns complex tensors of dtype cfloat or cdouble rather than real tensors mimicking complex tensors. 2022-08-17T13:33:08.4832835Z L, _ = torch.eig(A) 2022-08-17T13:33:08.4833014Z should be replaced with 2022-08-17T13:33:08.4833227Z L_complex = torch.linalg.eigvals(A) 2022-08-17T13:33:08.4833417Z and 2022-08-17T13:33:08.4833584Z L, V = torch.eig(A, eigenvectors=True) 2022-08-17T13:33:08.4833787Z should be replaced with 2022-08-17T13:33:08.4834290Z L_complex, V_complex = torch.linalg.eig(A) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3378.) 2022-08-17T13:33:08.4834605Z ret1 = func(a, *op.input) 2022-08-17T13:33:08.4850280Z test_namedtuple_return_api.py:150: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-08-17T13:33:08.4851034Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-08-17T13:33:08.4851340Z X = torch.triangular_solve(B, A).solution 2022-08-17T13:33:08.4851538Z should be replaced with 2022-08-17T13:33:08.4851878Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2310.) 2022-08-17T13:33:08.4852207Z ret1 = func(a, *op.input) 2022-08-17T13:33:08.4860075Z test_namedtuple_return_api.py:150: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-08-17T13:33:08.4860957Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-08-17T13:33:08.4861373Z To get the qr decomposition consider using torch.linalg.qr. 2022-08-17T13:33:08.4862186Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-08-17T13:33:08.4862600Z The unpacking of the solution, as in 2022-08-17T13:33:08.4862818Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-08-17T13:33:08.4863156Z should be replaced with 2022-08-17T13:33:08.4863491Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:4047.) 2022-08-17T13:33:08.4863794Z ret1 = func(a, *op.input) 2022-08-17T13:33:08.5028001Z test_namedtuple_return_api.py:150: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-08-17T13:33:08.5028672Z LU, pivots = torch.lu(A, compute_pivots) 2022-08-17T13:33:08.5028894Z should be replaced with 2022-08-17T13:33:08.5029110Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-08-17T13:33:08.5029316Z and 2022-08-17T13:33:08.5029527Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-08-17T13:33:08.5029739Z should be replaced with 2022-08-17T13:33:08.5030097Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2114.) 2022-08-17T13:33:08.5030442Z ret1 = func(a, *op.input) 2022-08-17T13:33:08.5033713Z ok (0.054s) 2022-08-17T13:33:09.9852149Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.482s) 2022-08-17T13:33:09.9852550Z 2022-08-17T13:33:09.9852919Z ---------------------------------------------------------------------- 2022-08-17T13:33:09.9853170Z Ran 3 tests in 1.827s 2022-08-17T13:33:09.9853285Z 2022-08-17T13:33:09.9853332Z OK 2022-08-17T13:33:09.9853450Z 2022-08-17T13:33:09.9855195Z Generating XML reports... 2022-08-17T13:33:09.9888612Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220817133308.xml 2022-08-17T13:33:10.5458705Z Running test_functionalization ... [2022-08-17 13:33:10.545469] 2022-08-17T13:33:10.5459249Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:10.545562] 2022-08-17T13:33:13.5898754Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-08-17T13:33:13.5914247Z 2022-08-17T13:33:13.5914352Z Running tests... 2022-08-17T13:33:13.5914939Z ---------------------------------------------------------------------- 2022-08-17T13:33:13.8962704Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.305s) 2022-08-17T13:33:13.9199909Z test_as_strided (__main__.TestFunctionalization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py:173: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-08-17T13:33:13.9200397Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-08-17T13:33:13.9394265Z ok (0.043s) 2022-08-17T13:33:13.9704674Z test_cat (__main__.TestFunctionalization) ... ok (0.031s) 2022-08-17T13:33:14.1446602Z test_copy_ (__main__.TestFunctionalization) ... ok (0.174s) 2022-08-17T13:33:14.1875102Z test_diagonal (__main__.TestFunctionalization) ... ok (0.043s) 2022-08-17T13:33:14.2159912Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.028s) 2022-08-17T13:33:14.3728910Z test_everything (__main__.TestFunctionalization) ... ok (0.157s) 2022-08-17T13:33:14.3856458Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.013s) 2022-08-17T13:33:14.4189901Z test_fill_ (__main__.TestFunctionalization) ... ok (0.033s) 2022-08-17T13:33:14.4559681Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.037s) 2022-08-17T13:33:14.4971529Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.041s) 2022-08-17T13:33:14.5316557Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.034s) 2022-08-17T13:33:14.5341794Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.003s) 2022-08-17T13:33:14.5453877Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.011s) 2022-08-17T13:33:14.5474238Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.002s) 2022-08-17T13:33:14.5496448Z 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-08-17T13:33:14.5497241Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-08-17T13:33:14.5878313Z ok (0.040s) 2022-08-17T13:33:14.6143400Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.026s) 2022-08-17T13:33:14.6197990Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.005s) 2022-08-17T13:33:14.6418328Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.022s) 2022-08-17T13:33:14.6455680Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.004s) 2022-08-17T13:33:14.6817985Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.036s) 2022-08-17T13:33:14.7123532Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.030s) 2022-08-17T13:33:14.7222089Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.010s) 2022-08-17T13:33:14.7634336Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.041s) 2022-08-17T13:33:14.8554025Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.092s) 2022-08-17T13:33:14.8571429Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.002s) 2022-08-17T13:33:14.8928075Z test_scalars (__main__.TestFunctionalization) ... ok (0.035s) 2022-08-17T13:33:14.9389500Z test_simple (__main__.TestFunctionalization) ... ok (0.046s) 2022-08-17T13:33:14.9408324Z 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-08-17T13:33:14.9409009Z torch.add(y, tmp, out=z) 2022-08-17T13:33:14.9821963Z ok (0.043s) 2022-08-17T13:33:15.0291269Z test_split (__main__.TestFunctionalization) ... ok (0.047s) 2022-08-17T13:33:15.0935934Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.064s) 2022-08-17T13:33:15.1082517Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.015s) 2022-08-17T13:33:15.1105228Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.002s) 2022-08-17T13:33:15.1449528Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.034s) 2022-08-17T13:33:15.1449861Z 2022-08-17T13:33:15.1450377Z ---------------------------------------------------------------------- 2022-08-17T13:33:15.1450649Z Ran 34 tests in 1.553s 2022-08-17T13:33:15.1450769Z 2022-08-17T13:33:15.1450816Z OK 2022-08-17T13:33:15.1450908Z 2022-08-17T13:33:15.1450994Z Generating XML reports... 2022-08-17T13:33:15.1512764Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220817133313.xml 2022-08-17T13:33:15.7131869Z Running test_futures ... [2022-08-17 13:33:15.712835] 2022-08-17T13:33:15.7132378Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:15.712926] 2022-08-17T13:33:18.7387336Z Test results will be stored in test-reports/python-unittest/test_futures 2022-08-17T13:33:18.7403225Z 2022-08-17T13:33:18.7403352Z Running tests... 2022-08-17T13:33:18.7404023Z ---------------------------------------------------------------------- 2022-08-17T13:33:19.0480696Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-08-17T13:33:19.0481175Z 2022-08-17T13:33:19.0481319Z At: 2022-08-17T13:33:19.0481629Z test_futures.py(236): raise_value_error 2022-08-17T13:33:19.0482084Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(239): set_result 2022-08-17T13:33:19.0482368Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-08-17T13:33:19.0482636Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-08-17T13:33:19.0482900Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-08-17T13:33:19.0483282Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(1972): _run_with_retry 2022-08-17T13:33:19.0483872Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2035): run 2022-08-17T13:33:19.0484243Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-08-17T13:33:19.0484562Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-08-17T13:33:19.0484872Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-08-17T13:33:19.0485123Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-08-17T13:33:19.0485437Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-08-17T13:33:19.0485762Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-08-17T13:33:19.0486041Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-08-17T13:33:19.0486349Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-08-17T13:33:19.0486711Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-08-17T13:33:19.0487042Z test_futures.py(331): 2022-08-17T13:33:19.0487162Z 2022-08-17T13:33:19.0487240Z ok (0.308s) 2022-08-17T13:33:19.0527405Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.004s) 2022-08-17T13:33:19.0535916Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-08-17T13:33:19.0537567Z ok (0.001s) 2022-08-17T13:33:19.0556978Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.002s) 2022-08-17T13:33:19.0715676Z test_chained_then (__main__.TestFuture) ... ok (0.016s) 2022-08-17T13:33:19.1742254Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-08-17T13:33:19.1754362Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-08-17T13:33:19.1773443Z test_done_exception (__main__.TestFuture) ... ok (0.002s) 2022-08-17T13:33:19.1807247Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-08-17T13:33:19.1821545Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-08-17T13:33:19.1822194Z 2022-08-17T13:33:19.1822337Z At: 2022-08-17T13:33:19.1822563Z test_futures.py(280): raise_value_error 2022-08-17T13:33:19.1823002Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(239): set_result 2022-08-17T13:33:19.1823329Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-08-17T13:33:19.1823624Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-08-17T13:33:19.1824005Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(1972): _run_with_retry 2022-08-17T13:33:19.1824428Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2035): run 2022-08-17T13:33:19.1824728Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-08-17T13:33:19.1825176Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-08-17T13:33:19.1825422Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-08-17T13:33:19.1825679Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-08-17T13:33:19.1825937Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-08-17T13:33:19.1826266Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-08-17T13:33:19.1826548Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-08-17T13:33:19.1826803Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-08-17T13:33:19.1827161Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-08-17T13:33:19.1827435Z test_futures.py(331): 2022-08-17T13:33:19.1827556Z 2022-08-17T13:33:19.1831620Z ok (0.002s) 2022-08-17T13:33:19.1868779Z test_mark_future_twice (__main__.TestFuture) ... ok (0.004s) 2022-08-17T13:33:19.1911525Z test_pickle_future (__main__.TestFuture) ... ok (0.004s) 2022-08-17T13:33:19.1932117Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-08-17T13:33:19.1960588Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.003s) 2022-08-17T13:33:19.1986954Z test_then (__main__.TestFuture) ... ok (0.003s) 2022-08-17T13:33:19.1999276Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-08-17T13:33:19.2010660Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-08-17T13:33:19.2023562Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-08-17T13:33:19.2039210Z test_wait (__main__.TestFuture) ... ok (0.002s) 2022-08-17T13:33:19.2053225Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-08-17T13:33:19.2059028Z ok (0.002s) 2022-08-17T13:33:19.7092072Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.503s) 2022-08-17T13:33:19.7092304Z 2022-08-17T13:33:19.7092655Z ---------------------------------------------------------------------- 2022-08-17T13:33:19.7092905Z Ran 21 tests in 0.969s 2022-08-17T13:33:19.7093037Z 2022-08-17T13:33:19.7093097Z OK 2022-08-17T13:33:19.7093233Z 2022-08-17T13:33:19.7093323Z Generating XML reports... 2022-08-17T13:33:19.7142546Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220817133318.xml 2022-08-17T13:33:20.2338536Z Running test_datapipe ... [2022-08-17 13:33:20.233452] 2022-08-17T13:33:20.2339141Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:20.233540] 2022-08-17T13:33:23.2570450Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-08-17T13:33:23.2602147Z 2022-08-17T13:33:23.2602281Z Running tests... 2022-08-17T13:33:23.2602770Z ---------------------------------------------------------------------- 2022-08-17T13:33:23.2608541Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:33:23.2660088Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.005s) 2022-08-17T13:33:23.5891831Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-08-17T13:33:23.5892548Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-08-17T13:33:23.5978269Z ok (0.332s) 2022-08-17T13:33:23.5988182Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:33:23.5997925Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:33:23.6006709Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:33:23.6011540Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-08-17T13:33:23.6022314Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:33:23.6032481Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:33:23.6042233Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-08-17T13:33:23.6050821Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:33:23.6058560Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:33:23.6070655Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:33:23.6077064Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:33:23.6083812Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:33:23.6089420Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-08-17T13:33:23.6132846Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-08-17T13:33:23.6180808Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.6181350Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.6234500Z ok (0.010s) 2022-08-17T13:33:23.6277258Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-08-17T13:33:23.6377104Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.6377613Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.6386448Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.6386879Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.6396837Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.6397267Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.6410251Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.6410676Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.6419632Z ok (0.014s) 2022-08-17T13:33:23.6469718Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-08-17T13:33:23.6643012Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.017s) 2022-08-17T13:33:23.6674887Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-08-17T13:33:23.6858484Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.018s) 2022-08-17T13:33:23.6881017Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.6881516Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.7001679Z ok (0.014s) 2022-08-17T13:33:23.7312188Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.031s) 2022-08-17T13:33:23.7351874Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-08-17T13:33:23.7370859Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-08-17T13:33:23.7497160Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-08-17T13:33:23.7497814Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-08-17T13:33:23.7783799Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-08-17T13:33:23.7784320Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-08-17T13:33:23.7979924Z ok (0.061s) 2022-08-17T13:33:23.8009014Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-08-17T13:33:23.8175445Z Only for DataPipes that take in a function as argument ... ok (0.019s) 2022-08-17T13:33:23.8203538Z test_shuffle_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74877 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-08-17T13:33:23.8223456Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-08-17T13:33:23.8289037Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-08-17T13:33:23.8324509Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-08-17T13:33:23.8368821Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-08-17T13:33:23.8396282Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-08-17T13:33:23.8412856Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.8413612Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.8501793Z ok (0.010s) 2022-08-17T13:33:23.8530093Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-08-17T13:33:23.8653278Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.012s) 2022-08-17T13:33:23.8668650Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-08-17T13:33:23.8713463Z Only for DataPipes that take in a function as argument ... ok (0.006s) 2022-08-17T13:33:23.8735788Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-08-17T13:33:23.8766268Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-08-17T13:33:23.8779874Z test_simple_traverse (__main__.TestGraph) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.8780358Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.8785149Z ok (0.002s) 2022-08-17T13:33:23.8805108Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-08-17T13:33:23.8845380Z test_traverse_forked (__main__.TestGraph) ... ok (0.004s) 2022-08-17T13:33:23.8861132Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-08-17T13:33:23.8874771Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-08-17T13:33:23.8891488Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-08-17T13:33:23.8902752Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-08-17T13:33:23.8921458Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-08-17T13:33:23.8936628Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-08-17T13:33:23.8955139Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-08-17T13:33:23.8968971Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-08-17T13:33:23.8985741Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-08-17T13:33:23.9003300Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-08-17T13:33:23.9183701Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.018s) 2022-08-17T13:33:23.9231711Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-08-17T13:33:23.9232315Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-08-17T13:33:23.9257492Z ok (0.007s) 2022-08-17T13:33:23.9413124Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.015s) 2022-08-17T13:33:23.9426231Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:33:23.9450293Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.004s) 2022-08-17T13:33:23.9487912Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:33:23.9543919Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.009s) 2022-08-17T13:33:23.9550851Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:33:23.9584169Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.004s) 2022-08-17T13:33:23.9596532Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:33:23.9609357Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.003s) 2022-08-17T13:33:23.9623168Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-08-17T13:33:23.9658954Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.005s) 2022-08-17T13:33:23.9717076Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:53: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-08-17T13:33:23.9717605Z "Local function is not supported by pickle, please use " 2022-08-17T13:33:23.9754155Z ok (0.009s) 2022-08-17T13:33:23.9876214Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.012s) 2022-08-17T13:33:23.9940832Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.006s) 2022-08-17T13:33:23.9996598Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.006s) 2022-08-17T13:33:24.0073798Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-08-17T13:33:24.0147033Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-08-17T13:33:24.0213095Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-08-17T13:33:24.0220607Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-08-17T13:33:24.0227666Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-08-17T13:33:24.0847373Z test_old_dataloader (__main__.TestSharding) ... ok (0.062s) 2022-08-17T13:33:24.0876902Z test_sharding_length (__main__.TestSharding) ... ok (0.003s) 2022-08-17T13:33:24.0921410Z test_simple_sharding (__main__.TestSharding) ... ok (0.004s) 2022-08-17T13:33:24.0938175Z test_api (__main__.TestStreamWrapper) ... ok (0.002s) 2022-08-17T13:33:24.0950960Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-08-17T13:33:24.0965661Z test_pickle (__main__.TestStreamWrapper) ... ok (0.002s) 2022-08-17T13:33:24.0978264Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-08-17T13:33:24.1027472Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.005s) 2022-08-17T13:33:24.1040937Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-08-17T13:33:24.1050765Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-08-17T13:33:24.1074864Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-08-17T13:33:24.1085367Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-08-17T13:33:24.1099407Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-08-17T13:33:24.1116498Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-08-17T13:33:24.1140559Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-08-17T13:33:24.1140871Z 2022-08-17T13:33:24.1141307Z ---------------------------------------------------------------------- 2022-08-17T13:33:24.1141746Z Ran 87 tests in 0.854s 2022-08-17T13:33:24.1142111Z 2022-08-17T13:33:24.1142253Z OK (skipped=17) 2022-08-17T13:33:24.1142446Z 2022-08-17T13:33:24.1142540Z Generating XML reports... 2022-08-17T13:33:24.1181058Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220817133323.xml 2022-08-17T13:33:24.1188831Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220817133323.xml 2022-08-17T13:33:24.1209188Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220817133323.xml 2022-08-17T13:33:24.1218569Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220817133323.xml 2022-08-17T13:33:24.1226354Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220817133323.xml 2022-08-17T13:33:24.1232981Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220817133323.xml 2022-08-17T13:33:24.1239584Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220817133323.xml 2022-08-17T13:33:24.1252804Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220817133323.xml 2022-08-17T13:33:24.1260782Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220817133323.xml 2022-08-17T13:33:24.1265179Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220817133323.xml 2022-08-17T13:33:24.1270490Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220817133323.xml 2022-08-17T13:33:24.1280004Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220817133323.xml 2022-08-17T13:33:24.1284283Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220817133323.xml 2022-08-17T13:33:24.1292600Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220817133323.xml 2022-08-17T13:33:24.1296605Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220817133323.xml 2022-08-17T13:33:24.7595487Z Running test_native_functions ... [2022-08-17 13:33:24.759096] 2022-08-17T13:33:24.7596050Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:24.759188] 2022-08-17T13:33:27.7885526Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-08-17T13:33:27.7900407Z 2022-08-17T13:33:27.7900507Z Running tests... 2022-08-17T13:33:27.7901253Z ---------------------------------------------------------------------- 2022-08-17T13:33:28.4589571Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.669s) 2022-08-17T13:33:28.4949522Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.036s) 2022-08-17T13:33:28.5090628Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.014s) 2022-08-17T13:33:28.5404660Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.031s) 2022-08-17T13:33:28.5533114Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.013s) 2022-08-17T13:33:28.5662978Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.013s) 2022-08-17T13:33:28.5663503Z 2022-08-17T13:33:28.5664085Z ---------------------------------------------------------------------- 2022-08-17T13:33:28.5664514Z Ran 6 tests in 0.776s 2022-08-17T13:33:28.5664692Z 2022-08-17T13:33:28.5664793Z OK 2022-08-17T13:33:28.5664928Z 2022-08-17T13:33:28.5665048Z Generating XML reports... 2022-08-17T13:33:28.5700163Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220817133327.xml 2022-08-17T13:33:29.1397376Z Running test_python_dispatch ... [2022-08-17 13:33:29.139357] 2022-08-17T13:33:29.1397927Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:29.139448] 2022-08-17T13:33:32.1674454Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-08-17T13:33:32.1694425Z 2022-08-17T13:33:32.1694733Z Running tests... 2022-08-17T13:33:32.1695390Z ---------------------------------------------------------------------- 2022-08-17T13:33:32.4703213Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.301s) 2022-08-17T13:33:32.4718356Z test_all_same_mode_scope (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.4763211Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:33:32.4896187Z test_basic (__main__.TestPythonDispatch) ... ok (0.013s) 2022-08-17T13:33:32.4931919Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:33:32.4942827Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.4961060Z test_ctor_no_inner (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5066455Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.010s) 2022-08-17T13:33:32.5099232Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.5118898Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5139233Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5153469Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5195136Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:33:32.5226006Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.5241393Z test_disable_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5265589Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5288178Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5306493Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5317721Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5328196Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5342329Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5353822Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5367933Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5385881Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5433718Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.005s) 2022-08-17T13:33:32.5466728Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.5479018Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5492522Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5502529Z test_error_using_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5510689Z test_error_with_ancestor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5528362Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5547781Z test_find_outermost_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5589317Z test_format (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:33:32.5611345Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5628507Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-08-17T13:33:32.5628954Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-08-17T13:33:32.5632414Z ok (0.002s) 2022-08-17T13:33:32.5692063Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.006s) 2022-08-17T13:33:32.5725152Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.5747404Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5788657Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:33:32.5816232Z test_like (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.5842919Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.5877228Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.5885476Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.5907681Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.5937558Z test_make_wrapper_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.5947748Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6132841Z test_metadata_change_not_allowed (__main__.TestPythonDispatch) ... ok (0.018s) 2022-08-17T13:33:32.6151112Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.6163570Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6181121Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.6190982Z test_nested_push_regular (__main__.TestPythonDispatch) ... /opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py:173: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-08-17T13:33:32.6191611Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-08-17T13:33:32.6192378Z ok (0.001s) 2022-08-17T13:33:32.6204903Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6217411Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6383799Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.017s) 2022-08-17T13:33:32.6413091Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.6436072Z test_out (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.6467568Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.6481346Z test_restore_ancestor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6494208Z test_restore_errors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6518176Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.6557637Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:33:32.6607112Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.005s) 2022-08-17T13:33:32.6614328Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6646347Z test_storage (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.6657638Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6699005Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:33:32.6814480Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.011s) 2022-08-17T13:33:32.6850372Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.004s) 2022-08-17T13:33:32.6917851Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.007s) 2022-08-17T13:33:32.6939834Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-08-17T13:33:32.6952001Z test_with_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6963948Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.6978880Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-08-17T13:33:32.7012959Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-08-17T13:33:32.7373866Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.036s) 2022-08-17T13:33:32.7405347Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.003s) 2022-08-17T13:33:32.7415177Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-08-17T13:33:32.7425547Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-08-17T13:33:32.7473177Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.005s) 2022-08-17T13:33:32.7531830Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:126: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-08-17T13:33:32.7532406Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-08-17T13:33:32.7532724Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-08-17T13:33:32.7532992Z dispatch key: ZeroTensor 2022-08-17T13:33:32.7533297Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1089 2022-08-17T13:33:32.7533714Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:139.) 2022-08-17T13:33:32.7534047Z self.m.impl(name, dispatch_key, fn) 2022-08-17T13:33:32.7538250Z ok (0.006s) 2022-08-17T13:33:32.7556765Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.002s) 2022-08-17T13:33:32.7603492Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.005s) 2022-08-17T13:33:32.7603919Z 2022-08-17T13:33:32.7604186Z ---------------------------------------------------------------------- 2022-08-17T13:33:32.7604435Z Ran 82 tests in 0.591s 2022-08-17T13:33:32.7604550Z 2022-08-17T13:33:32.7604618Z OK 2022-08-17T13:33:32.7604696Z 2022-08-17T13:33:32.7604782Z Generating XML reports... 2022-08-17T13:33:32.7696471Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220817133332.xml 2022-08-17T13:33:32.7705705Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220817133332.xml 2022-08-17T13:33:33.3320529Z Running test_functional_optim ... [2022-08-17 13:33:33.331682] 2022-08-17T13:33:33.3321049Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:33.331771] 2022-08-17T13:33:36.9439917Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-08-17T13:33:36.9463983Z 2022-08-17T13:33:36.9468099Z Running tests... 2022-08-17T13:33:36.9468593Z ---------------------------------------------------------------------- 2022-08-17T13:33:37.3998285Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.454s) 2022-08-17T13:33:37.4982716Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.098s) 2022-08-17T13:33:37.5838914Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.086s) 2022-08-17T13:33:37.5847270Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-08-17T13:33:37.5847643Z 2022-08-17T13:33:37.5848065Z ---------------------------------------------------------------------- 2022-08-17T13:33:37.5848451Z Ran 4 tests in 0.639s 2022-08-17T13:33:37.5848612Z 2022-08-17T13:33:37.5848715Z OK 2022-08-17T13:33:37.5848850Z 2022-08-17T13:33:37.5848996Z Generating XML reports... 2022-08-17T13:33:37.5893552Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220817133336.xml 2022-08-17T13:33:38.1489591Z Running test_native_mha ... [2022-08-17 13:33:38.148572] 2022-08-17T13:33:38.1490420Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:38.148665] 2022-08-17T13:33:41.4522952Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-08-17T13:33:41.4538279Z 2022-08-17T13:33:41.4538655Z Running tests... 2022-08-17T13:33:41.4539040Z ---------------------------------------------------------------------- 2022-08-17T13:33:41.5289886Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.075s) 2022-08-17T13:33:41.5426635Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.014s) 2022-08-17T13:33:41.5956551Z 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:142.) 2022-08-17T13:33:41.5957128Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-08-17T13:33:41.8880180Z ok (0.345s) 2022-08-17T13:33:41.9556607Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.068s) 2022-08-17T13:33:41.9568222Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-08-17T13:33:41.9568569Z 2022-08-17T13:33:41.9569045Z ---------------------------------------------------------------------- 2022-08-17T13:33:41.9569547Z Ran 5 tests in 0.503s 2022-08-17T13:33:41.9569749Z 2022-08-17T13:33:41.9569839Z OK (skipped=1) 2022-08-17T13:33:41.9569950Z 2022-08-17T13:33:41.9570255Z Generating XML reports... 2022-08-17T13:33:41.9607893Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220817133341.xml 2022-08-17T13:33:42.5439564Z Running test_decomp ... [2022-08-17 13:33:42.543566] 2022-08-17T13:33:46.9877455Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:42.543657] 2022-08-17T13:33:46.9877931Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-08-17T13:33:47.0234271Z 2022-08-17T13:33:47.0234380Z Running tests... 2022-08-17T13:33:47.0241064Z ---------------------------------------------------------------------- 2022-08-17T13:33:47.0241452Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.0245760Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0250331Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0255166Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0259839Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0264877Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0269544Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0274179Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0279271Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0283939Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0288371Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0293112Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0297694Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0302837Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0306923Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0311359Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0315661Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0320375Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0324966Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0329482Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0334074Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0338271Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0342963Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0347235Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0351796Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0356350Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0360735Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0365512Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0369968Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0374449Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0378710Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0383400Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0387722Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0392255Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0396842Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0401317Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0406064Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0410595Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0415578Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0420072Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0424616Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0428969Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0433856Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0438524Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0443317Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0447945Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0452566Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0457136Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0461672Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0466348Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0470953Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0475533Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0480172Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0484954Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0489452Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0494095Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0498592Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0503834Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0508256Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0512921Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0517542Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0522121Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0526758Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0531250Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0535828Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0540316Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0544930Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0549444Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0554184Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0558646Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0563186Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0567702Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0572353Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0576769Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0581177Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0585712Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0590288Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0594896Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0599539Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0604065Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0608662Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0613198Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0617775Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0622406Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0627046Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0631660Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0636202Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0640704Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0645364Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0649909Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0654467Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0659057Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0663728Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0668236Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0672776Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0677258Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0681841Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0686496Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0691028Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0695599Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0700221Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0704952Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0709519Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0714008Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0718513Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0723183Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0727693Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0732376Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0736846Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0741392Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0746315Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0750797Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0755248Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0759772Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0764335Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0768835Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0773467Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0777916Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0782926Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0787085Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0791598Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0796147Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0800714Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0805384Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0809985Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0814198Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0818945Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0823427Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0827913Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0832552Z test_comprehensive__masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0837297Z test_comprehensive__masked_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0841747Z test_comprehensive__masked_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0846355Z test_comprehensive__masked_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0850914Z test_comprehensive__masked_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0855255Z test_comprehensive__masked_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0859744Z test_comprehensive__masked_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0864718Z test_comprehensive__masked_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0868854Z test_comprehensive__masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0873337Z test_comprehensive__masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0877672Z test_comprehensive__masked_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0882509Z test_comprehensive__masked_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0887178Z test_comprehensive__masked_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0891646Z test_comprehensive__masked_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0896324Z test_comprehensive__masked_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0900769Z test_comprehensive__masked_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0905350Z test_comprehensive__masked_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0909935Z test_comprehensive__masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0914517Z test_comprehensive__masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0919178Z test_comprehensive__masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0923747Z test_comprehensive__masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0928341Z test_comprehensive__masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0932901Z test_comprehensive__masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0937451Z test_comprehensive__masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0942149Z test_comprehensive__masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0946734Z test_comprehensive__masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0951265Z test_comprehensive__masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0955851Z test_comprehensive__masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0960400Z test_comprehensive__masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0965131Z test_comprehensive__masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0969757Z test_comprehensive__masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0974414Z test_comprehensive__masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0979114Z test_comprehensive__masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0983805Z test_comprehensive__masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0988368Z test_comprehensive__masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0993094Z test_comprehensive__masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.0997748Z test_comprehensive__masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1002455Z test_comprehensive__masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1007342Z test_comprehensive__masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1011977Z test_comprehensive__masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1016477Z test_comprehensive__masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1020968Z test_comprehensive__masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1025654Z test_comprehensive__masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1030129Z test_comprehensive__masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1034612Z test_comprehensive__masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1039339Z test_comprehensive__masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1044232Z test_comprehensive__masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1048918Z test_comprehensive__masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1053286Z test_comprehensive__masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1057937Z test_comprehensive__masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1062676Z test_comprehensive__masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1067425Z test_comprehensive__masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1072144Z test_comprehensive__masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1076429Z test_comprehensive__masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1080814Z test_comprehensive__masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1085354Z test_comprehensive__masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1089661Z test_comprehensive__masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1094115Z test_comprehensive__masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1098614Z test_comprehensive__masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1103064Z test_comprehensive__masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1107495Z test_comprehensive__masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1112008Z test_comprehensive__masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1116627Z test_comprehensive__masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:33:47.1121450Z test_comprehensive__masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:33:47.1126069Z test_comprehensive__masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:33:47.1130890Z test_comprehensive__masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:33:47.1135183Z test_comprehensive__masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:33:47.1139637Z test_comprehensive__masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:33:47.1144379Z test_comprehensive__masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:33:47.1148838Z test_comprehensive__masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-08-17T13:33:47.1153379Z test_comprehensive__masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1157855Z test_comprehensive__masked_mean_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1162471Z test_comprehensive__masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1167153Z test_comprehensive__masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1171823Z test_comprehensive__masked_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1176137Z test_comprehensive__masked_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1180689Z test_comprehensive__masked_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1185360Z test_comprehensive__masked_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1189782Z test_comprehensive__masked_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1194303Z test_comprehensive__masked_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1198876Z test_comprehensive__masked_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1203313Z test_comprehensive__masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1207951Z test_comprehensive__masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1212525Z test_comprehensive__masked_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1216791Z test_comprehensive__masked_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1221475Z test_comprehensive__masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1226154Z test_comprehensive__masked_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1230742Z test_comprehensive__masked_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1235063Z test_comprehensive__masked_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1239462Z test_comprehensive__masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1244794Z test_comprehensive__masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1250248Z test_comprehensive__masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1255742Z test_comprehensive__masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1261304Z test_comprehensive__masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1266619Z test_comprehensive__masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.1272241Z test_comprehensive__masked_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1277662Z test_comprehensive__masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1283069Z test_comprehensive__masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1288383Z test_comprehensive__masked_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1293657Z test_comprehensive__masked_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1298401Z test_comprehensive__masked_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1303103Z test_comprehensive__masked_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1307536Z test_comprehensive__masked_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1312084Z test_comprehensive__masked_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1316670Z test_comprehensive__masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1321246Z test_comprehensive__masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1326021Z test_comprehensive__masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1330634Z test_comprehensive__masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1335174Z test_comprehensive__masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1339804Z test_comprehensive__masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1344338Z test_comprehensive__masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1348777Z test_comprehensive__masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1353126Z test_comprehensive__masked_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1357473Z test_comprehensive__masked_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1361868Z test_comprehensive__masked_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1366351Z test_comprehensive__masked_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1370777Z test_comprehensive__masked_std_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1375106Z test_comprehensive__masked_std_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1379500Z test_comprehensive__masked_std_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1383963Z test_comprehensive__masked_std_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1388222Z test_comprehensive__masked_std_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1392883Z test_comprehensive__masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1397341Z test_comprehensive__masked_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1402136Z test_comprehensive__masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1407114Z test_comprehensive__masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1411576Z test_comprehensive__masked_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1416078Z test_comprehensive__masked_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1420627Z test_comprehensive__masked_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1425215Z test_comprehensive__masked_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1429720Z test_comprehensive__masked_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1434248Z test_comprehensive__masked_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1438873Z test_comprehensive__masked_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1443511Z test_comprehensive__masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1448164Z test_comprehensive__masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1452711Z test_comprehensive__masked_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1457311Z test_comprehensive__masked_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1462155Z test_comprehensive__masked_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1466835Z test_comprehensive__masked_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1471554Z test_comprehensive__masked_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1475894Z test_comprehensive__masked_var_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1480467Z test_comprehensive__masked_var_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1485145Z test_comprehensive__masked_var_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1489818Z test_comprehensive__masked_var_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1494447Z test_comprehensive__masked_var_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1498705Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1503662Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1508013Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1512264Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1516919Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1521395Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1525772Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1530173Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1534627Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1539081Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1543574Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1548064Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1552756Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1557109Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1561655Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1566353Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1570862Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1575375Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1579909Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1584640Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1589159Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1593717Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1598283Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1602787Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1607470Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1612039Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1616587Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1621172Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1625841Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1630348Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1634917Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1639400Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1643970Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1648572Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1653108Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1657642Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1662233Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1666748Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1671351Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1675857Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1680359Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1684984Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1689515Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1694116Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1698474Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1703197Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1707841Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1712839Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1861464Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.015s) 2022-08-17T13:33:47.1866556Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1870898Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1875156Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1879861Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1884611Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1889441Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1894170Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1899293Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1904242Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1908729Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1913158Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1917672Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1922280Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1926905Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1931562Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1936023Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1940600Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1945274Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1949779Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1954175Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1958409Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1963659Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1967951Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1972842Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1977278Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1982213Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1987370Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.1992720Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.1998101Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2003581Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2008852Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2014284Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2019679Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2025200Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2030577Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2035925Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2041290Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2046679Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2051919Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2057539Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2062143Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2066790Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2071773Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2076103Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2080692Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2085175Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2089558Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2094081Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2098609Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2103141Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2107747Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2112090Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2116492Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2121198Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2125766Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2130452Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2135023Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2139311Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2143829Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2148442Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2152800Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2157476Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2161941Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2166673Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2171052Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2175590Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2180123Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2184835Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2189412Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2193981Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2198519Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2203213Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2207942Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2212691Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2217180Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2221760Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2226406Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2231071Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2235439Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2240143Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2244834Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2248974Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2253466Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2258061Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2262857Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2267459Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2271816Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2276545Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2281097Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2285750Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2290633Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2295427Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2300132Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2305197Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2310150Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2315010Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2319639Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2324384Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2328676Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2332927Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2337293Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2341601Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2346176Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2350529Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2355020Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2359550Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2364392Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2368679Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2373112Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2377987Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2383130Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2387612Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2392069Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2396674Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2401243Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2405986Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2410773Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2415401Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2420017Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2424957Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2429516Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2434071Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2438575Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2443161Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2447826Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2452306Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2456923Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2461501Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2465977Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2470506Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2474986Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2479356Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2484150Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2488646Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2493215Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2497650Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2502582Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2506922Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2511254Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2515822Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2520655Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2525216Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2529827Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2534230Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2538592Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2543498Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2548153Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2552447Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2557280Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2561784Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2566610Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2570927Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2575327Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2579844Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2584506Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2588907Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2593247Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2597716Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2602435Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2606935Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2611804Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2616710Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2621627Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2626913Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2631863Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2636535Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2641042Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2645667Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2650235Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2654867Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2659350Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2664114Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2668819Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2673275Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2677797Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2682315Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2686888Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2691499Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2696036Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2700564Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2705239Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2709930Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2714463Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2719086Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2723819Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2728580Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2733301Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2737984Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2742789Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2747757Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2752324Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2756985Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2761532Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2766249Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2770837Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2775412Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2780006Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2784620Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2789204Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2794023Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2798799Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2803525Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2808181Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2812812Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2817457Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2822206Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2826656Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2831247Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2835905Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2840476Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2845162Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2850202Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2854564Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2859404Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2864114Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2868459Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2872797Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2877479Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2881677Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2886884Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2891593Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2896208Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2900859Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2905753Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2910316Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2914882Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2919320Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2923993Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2928485Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2933074Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2937744Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2942386Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2946805Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2951380Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2956281Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2961099Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2965801Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2970106Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2974539Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2979079Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2983946Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2988440Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2993116Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.2997761Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3002055Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3006673Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3011035Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3015466Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3019838Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3024421Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3028841Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3033334Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3037740Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3042146Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3046689Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3051185Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3055518Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3059951Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3064527Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3069029Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3073665Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3078352Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3082941Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3087791Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3092515Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3097003Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3102155Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3106634Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3111356Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3116265Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3120718Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3125286Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3129888Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3134538Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3139124Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3143644Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3148108Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3152482Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3156841Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3161441Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3166171Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3170802Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3175379Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3179869Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3184649Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3188989Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3193434Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3198105Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3202311Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3206812Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3211340Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3215966Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3220486Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3225439Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3229765Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3234178Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3238588Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3243156Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3247902Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3253006Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3257902Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3262679Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3267555Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3272365Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3277511Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3282400Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3287003Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3291660Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3296133Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3300672Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3305413Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3310007Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3314504Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3319017Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3323654Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3328400Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3332793Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3337317Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3342015Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3346936Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3351175Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3355817Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3360278Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3364849Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3369529Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3374011Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3378487Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3383092Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3387641Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3392216Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3396644Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3401168Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3405589Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3410104Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3414830Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3419519Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3424178Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3428825Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3433422Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3438090Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3442648Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3447417Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3452110Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3456673Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3461350Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3466105Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3470695Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3475376Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3480004Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3484701Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3489387Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3494025Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3498633Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3503361Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3508048Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3512692Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3517320Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3521911Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3526673Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3531304Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3535953Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3540697Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3545424Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3550088Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3554768Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3559478Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3564137Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3568770Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3573533Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3578161Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3583473Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3587628Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3592214Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3597214Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3601996Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3606491Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3611011Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3615488Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3620205Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3624872Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3629426Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3634231Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3638783Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3643165Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3647686Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3652054Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3656215Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3660709Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3665030Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3669837Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3674665Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3679495Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3684425Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3689277Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3694214Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3699178Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3704394Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3709378Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3714021Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3718714Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3723323Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3727793Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3732320Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3736829Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3741332Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3746025Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3750540Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3755067Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3759609Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3764223Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3768862Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3773476Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3778131Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3782946Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3787539Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3792256Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3796490Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3800884Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3805405Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3809923Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3814379Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3818977Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3823709Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3828105Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3832725Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3837405Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3842258Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3846633Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3850963Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3855766Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3859951Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3864629Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3869186Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3873530Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3878147Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3882497Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3887196Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3891462Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3896014Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3947916Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.005s) 2022-08-17T13:33:47.3952320Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3956725Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3960597Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3964865Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3968904Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3972708Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3976982Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3980757Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3984822Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3988859Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3992864Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.3997192Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4001734Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4006344Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4010888Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4015414Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4020078Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4024481Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4029045Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4033349Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4037857Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4042202Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4046925Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4051107Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4055803Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4060348Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4065005Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4069439Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4073892Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4078334Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4082830Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4087374Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4091929Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4096364Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4100844Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4105444Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4109933Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4114392Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4118905Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4123501Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4128014Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4132499Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4137094Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4141783Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4146737Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4151139Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4155695Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4160173Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4164710Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4169285Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4174012Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4178644Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4183145Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4187745Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4192456Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4197113Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4201761Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4206670Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4211117Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4215653Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4220644Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4225237Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4229354Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4233602Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4238287Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4242860Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4247819Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4252432Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4256678Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4261297Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4265839Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4270286Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4274792Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4279674Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4284362Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4289215Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4294085Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4298667Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4303540Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4308257Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4312806Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4317478Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4322105Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4326797Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4331523Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4336164Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4340853Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4345577Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4350235Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4354852Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4359518Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4364175Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4368869Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4373511Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4378132Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4382932Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4387596Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4392314Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4396924Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4401669Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4406393Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4410845Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4415119Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4419721Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4424708Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4429181Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4433820Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4437979Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4442840Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4447334Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4451781Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4456232Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4460754Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4465610Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4470228Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4474818Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4479377Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4484002Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4488587Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4493163Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4497806Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4502549Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4507042Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4511641Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4516195Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4520733Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4525385Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4530069Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4534685Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4539259Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4543890Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4548614Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4553206Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4557840Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4562442Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4567173Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4571801Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4576431Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4581016Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4585729Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4590423Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4594962Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4599581Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4604237Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4608996Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4613612Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4618364Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4623015Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4627535Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4632019Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4636578Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4641204Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4646061Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4650913Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4655561Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4660409Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4665060Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4678410Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4678788Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4679153Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4683468Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4688147Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4692952Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4697712Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4702497Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4707086Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4711738Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4716361Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4720945Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4725693Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4730482Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4734980Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4739746Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4744422Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4748986Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4753643Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4758172Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4762504Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4767086Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4771506Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4776266Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4780874Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4785330Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4790005Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4794489Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4799349Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4804253Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4809302Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4814368Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4819233Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4824432Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4829503Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4834387Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4839246Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4843908Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4848628Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4853055Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4857527Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4862173Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4866713Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4871230Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4875534Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4880082Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4884705Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4889245Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4894157Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4898664Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4903176Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4907654Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4912825Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4916877Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4921884Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4926684Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4931823Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4936758Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4941665Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4946988Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4951735Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4956662Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4961911Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4966526Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4970998Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4975891Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4980223Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4984678Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4989051Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4993437Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.4997762Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5002517Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5007357Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5012380Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5016865Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5021458Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5026291Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5030916Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5035595Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5040201Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5044840Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5049425Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5054102Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5058700Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5063448Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5068033Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5072685Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5077284Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5081891Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5086704Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5091516Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5096201Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5100787Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5105394Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5109934Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5114339Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5118679Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5123437Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5127879Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5132418Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5136986Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5141587Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5146481Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5150877Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5155792Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5161116Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5165671Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5170061Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5174621Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5179243Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5183963Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5188210Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5192615Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5197045Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5201544Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5206317Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5210934Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5215721Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5220300Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5225150Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5229695Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5234316Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5238875Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5243658Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5248199Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5252927Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5257621Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5262383Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5267043Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5271572Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5276292Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5281019Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5285833Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5290505Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5295408Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5300095Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5304991Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5309588Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5314291Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5319038Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5323887Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5328630Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5333331Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5338008Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5342904Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5347517Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5352125Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5356931Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5361521Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5366071Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5370486Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5374859Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5379276Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5383706Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5388085Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5392689Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5397180Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5401737Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5406395Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5411181Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5415675Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5420346Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5425141Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5429478Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5434036Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5438642Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5443455Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5448075Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5452747Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5457048Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5461594Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5466486Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5471121Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5475530Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5480179Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5484759Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5489185Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5493678Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5498246Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5503012Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5507439Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5512048Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5516464Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5520798Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5525297Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5529816Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5534358Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5538920Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5543914Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5548595Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5553304Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5557984Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5562635Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5567370Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5571961Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5576672Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5581278Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5586191Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5592238Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5597195Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5601507Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5606153Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5610486Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5615613Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5619782Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5625515Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5631218Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5637049Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5643036Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5649126Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5655175Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5661209Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5665846Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5670192Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5674836Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5679196Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5685362Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5690764Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5696595Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5702708Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.5707523Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5712047Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5716766Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5721238Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5725908Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5730500Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5735171Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5739810Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5744786Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5749095Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5753567Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5758014Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5762475Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5767150Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5771803Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5776414Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5780780Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5785904Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5790268Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5794956Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5799576Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5804427Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5809189Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5813832Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5818437Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5823170Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5828030Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5832723Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5837405Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5842099Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5846885Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5851633Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5856307Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5860988Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5865699Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5870435Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5875041Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5879680Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5884580Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5889146Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5893800Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5898580Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5903590Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5907990Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5912756Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5917375Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5921641Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5926532Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5931153Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5935751Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5940081Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5944611Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5949264Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5953704Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5958283Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5962784Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5967404Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5971932Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5976436Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5980926Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.5985614Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6067731Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.008s) 2022-08-17T13:33:47.6072539Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6077097Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6081754Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6086168Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6090707Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6095191Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6099914Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6104153Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6108088Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6112297Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6116220Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6120246Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6124347Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6128471Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6132417Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6136766Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6140404Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6144870Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6148602Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6152896Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6156800Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6160991Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6165210Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6169562Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6173453Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6177618Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6181702Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6185651Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6190055Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6194895Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6199803Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6204853Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6209944Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6214715Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6219950Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6224985Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6229190Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6232874Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6236797Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6240726Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6245038Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6249265Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6253637Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6258098Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6263104Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6267200Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6271719Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6276422Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6281043Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6285842Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6290534Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6295202Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6299873Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6304680Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6309401Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6314109Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6318790Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6323503Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6328251Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6332985Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6337714Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6342805Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6347371Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6352013Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6356653Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6361314Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6366247Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6370754Z test_comprehensive_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6375179Z test_comprehensive_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6379793Z test_comprehensive_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6384090Z test_comprehensive_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6388703Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6393340Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6398010Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6402828Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6407604Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6412380Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6417414Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6422088Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6426841Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6431306Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6436039Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6440656Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6445388Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6449868Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6454440Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6458670Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6462952Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6467432Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6471799Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6476166Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6480858Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6485314Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6489734Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6494899Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6499455Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6504229Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6508722Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6513181Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6517251Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6521935Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6526321Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6530730Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6535444Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6539455Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6544328Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6549199Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6553585Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6558437Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6562957Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6568023Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6572668Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6577215Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6581673Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6586177Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6590844Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6595353Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6599969Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6604695Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6609315Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6613918Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6618497Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6623283Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6627885Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6632452Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6637029Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6641645Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6646356Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6650923Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6655565Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6660393Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6664884Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6669594Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6674186Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6678748Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6683351Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6688118Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6692761Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6697321Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6702175Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6706760Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6711375Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6715956Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6720595Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6725313Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6729925Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6734518Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6739104Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6743758Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6748430Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6753058Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6757662Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6762259Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6766956Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6771582Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6776181Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6780905Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6786225Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6790455Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6795191Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6799787Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6804081Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6808591Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6812829Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6817485Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6821682Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6826387Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6831094Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6836132Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6840383Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6845110Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6849815Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6854573Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6859270Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6863993Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6868645Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6873348Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6878056Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6882818Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6887622Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6892403Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6897161Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6901810Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6906620Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6911318Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6916034Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6920699Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6925502Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6930059Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6934745Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6939490Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6944261Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6948941Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6953648Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6957976Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6962456Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6967081Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6971583Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6976201Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6980845Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6985561Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6990282Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6994865Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.6999719Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7004283Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7008794Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7013291Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7018143Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7022750Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7027645Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7032198Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7036966Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7041361Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7045875Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7050461Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7055002Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7059618Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7064145Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7068635Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7073102Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7077554Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7081983Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7086762Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7091209Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7096200Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7100564Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7105565Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7109950Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7114412Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7119127Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7123812Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7128795Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7133293Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7137964Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7142851Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7147420Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7152179Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7156624Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7161094Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7165708Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7170217Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7174696Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7179643Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7184103Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7188612Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7193272Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7197676Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7202156Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7206995Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7211550Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7215981Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7220568Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7225189Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7229854Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7234717Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7239325Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7244053Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7248390Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7253235Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7257833Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7262642Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7267150Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7271989Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7276215Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7280973Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7285415Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7289894Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7294519Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7299114Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7303858Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7308331Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7312736Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7317590Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7321980Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7326712Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7331416Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7336192Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7340659Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7345408Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7349893Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7354412Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7358831Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7363124Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7367624Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7371914Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7376434Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7380779Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7385122Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7389750Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7394284Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7398780Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7403283Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7407959Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7412503Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7417008Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7421613Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7426654Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7431589Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7436464Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7441412Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7446415Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7451286Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7456317Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7461235Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7466304Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7471215Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7476104Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7481172Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7486337Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7491059Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7496156Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7501074Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7506380Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7511325Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7516295Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7521314Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7526596Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7531972Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7536646Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7541519Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7546087Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7550735Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7555280Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7559665Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7564169Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7568746Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7573421Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7578073Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7583587Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7588978Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7594104Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7599487Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7604756Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7610039Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7615220Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7620525Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7625870Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7631192Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7636415Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7641553Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7646850Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7652108Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7657317Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7662825Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7668057Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7673328Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7678863Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7684048Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7689455Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7694716Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7699933Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7705197Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7710417Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7715599Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7720856Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7726150Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7731428Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7736689Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7742079Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7747407Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7752833Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7757816Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7762705Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7767252Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7771871Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7776465Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7781419Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7785897Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7790380Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7795088Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7799783Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7804452Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7809075Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7813671Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7818342Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7823088Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7827886Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7832491Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7837035Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7841510Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7846152Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7850654Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7855119Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7859561Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7864102Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7868713Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7873241Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7877795Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7882463Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7887182Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7891743Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7896260Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7900786Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7905476Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7910031Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7914588Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7919016Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7923523Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7928081Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7932580Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7937110Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7941580Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7946314Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7951795Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7956107Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7961846Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7965919Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7971485Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7975263Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7979633Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7984906Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7989206Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7993806Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.7998320Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8003361Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8007806Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8012363Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8017603Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8022552Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8027691Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8032088Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8036625Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8041472Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8046169Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8050907Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8055530Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8060181Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8064947Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8069903Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8074494Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8079266Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8083754Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8088397Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8093244Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8097839Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8102752Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8107420Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8112004Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8116660Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8147933Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:47.8152262Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8156767Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8161095Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8165150Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8169487Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8173351Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8177705Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8181695Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8186060Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8190300Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8194493Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8198922Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8203886Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8209088Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8213942Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8218454Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8222598Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8227067Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8231114Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8235393Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8239494Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8243788Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8247983Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8252229Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8256545Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8261068Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8265472Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8269745Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8274129Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8278352Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8282550Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8286557Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8291073Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8295231Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8299400Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8304152Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8308086Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8312472Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8316433Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8320601Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8324767Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8328834Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8333198Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8337355Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8341570Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8345686Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8349839Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8354013Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8358114Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8362411Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8366718Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8370956Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8374981Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8379150Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8383593Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8387844Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8392104Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8396292Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8400589Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8405132Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8409729Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8414202Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8418895Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8423558Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8428127Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8432766Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8437799Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8442454Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8446633Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8450876Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8455051Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8459168Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8463535Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8467675Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8471882Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8475786Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8479570Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8484132Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8488169Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8492084Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8496195Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8500266Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8504516Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8508600Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8512933Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8516952Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8521213Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8525536Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8692415Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.017s) 2022-08-17T13:33:47.8696554Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8700872Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8705574Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8710452Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8714777Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8719056Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8723496Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8728151Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8732552Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8736980Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8741155Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8745853Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8750460Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8754885Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8759393Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8763932Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8768542Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8772947Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8777554Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8782174Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8786631Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8791167Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8795576Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8800121Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8804774Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8809349Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8813852Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8818335Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8822883Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8827571Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8832073Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8836651Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8841127Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8845703Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8850361Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8854632Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8859283Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8863949Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8868448Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8872997Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8877412Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8881874Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8886627Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8891140Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8895622Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8900120Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8904715Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8909084Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8913665Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8918213Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8922672Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8927204Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8931798Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8936309Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8940908Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8945447Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8949969Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8954421Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8959399Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8964677Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8970069Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8975429Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8980700Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.8986572Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.8991903Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.8997316Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9002772Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9008056Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9013569Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9018978Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9024369Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9029612Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9034913Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9040070Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9045395Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9050556Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9055789Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9061059Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9066604Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.9072106Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9077617Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.9082959Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9088373Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9093816Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9099146Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.9104668Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.9109901Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9115452Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9120332Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9125976Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9131291Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9136527Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9141725Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9147230Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.9152594Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9157991Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9163452Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9168989Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9174239Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9179551Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9184931Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9190248Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9195589Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9201042Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9206214Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9211531Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9216683Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9221996Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9227239Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:47.9232481Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9236826Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9241247Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9246066Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9250285Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9254570Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9259364Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9263844Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9268697Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9273170Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9277619Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9282188Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9286936Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9291630Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9296283Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9300687Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9305346Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9310080Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9314807Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9319271Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9323329Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9328018Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9332594Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9337431Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9341746Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9346467Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9350843Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9355316Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9359848Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9364362Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9368904Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9373272Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9377758Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9382493Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9386929Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9391572Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9396018Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9400496Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9405230Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9409487Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9414019Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9418408Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9423378Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9427757Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9431920Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9436188Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9441188Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9445708Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9449945Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9454351Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9459188Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9463732Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9468194Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9472700Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9477049Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9481314Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9485805Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9490291Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9494720Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9499266Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9503948Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9508516Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9513037Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9517531Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9522075Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9526661Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9531255Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9535742Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9540425Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9545240Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9549594Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9554344Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9558651Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9563211Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9567779Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9572495Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9577095Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9581786Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9586181Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9591231Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9595873Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9600195Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9604902Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9609316Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9613985Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9618760Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9623288Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9628019Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9632716Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9637222Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9641636Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9646155Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9650618Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9655109Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9659788Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9664481Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9668980Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9673447Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9677971Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9682295Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9687046Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9691256Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9695744Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9700236Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9704685Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9709304Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9713805Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9718291Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9722670Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9727272Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9732188Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9736528Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9741036Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9745814Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9750620Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9755250Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9759837Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9764347Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9768892Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9773468Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9778068Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9782859Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9787441Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9791957Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9796559Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9801152Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9805981Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9810492Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9815420Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9820005Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9824711Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9829415Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9833923Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9838772Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9843327Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9848090Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9852904Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9857861Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9862556Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9866949Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9871652Z test_comprehensive_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9876210Z test_comprehensive_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9880932Z test_comprehensive_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9885456Z test_comprehensive_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9889954Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9894470Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9898843Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9903249Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9907754Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9912305Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9916817Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9921463Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9926243Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9930766Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9935361Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9939969Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9944479Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9949080Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9953918Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9958272Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9962867Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9967593Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9972320Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9977103Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9981600Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9986289Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9990937Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:47.9995528Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0000148Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0004828Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0009504Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0014165Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0018754Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0023680Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0028117Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0032685Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0037234Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0041818Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0046620Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0051237Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0055844Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0060440Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0065073Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0069766Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0074338Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0078877Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0083698Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0088380Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0093225Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0098115Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0103142Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0108698Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0114191Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0119695Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0125141Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.0130602Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0135928Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0140524Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0144936Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0150019Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0154277Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0158637Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0163212Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0167606Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0172470Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0177024Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0181529Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0186110Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0190371Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0194893Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0199462Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0204106Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0208689Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0213147Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0217514Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0222196Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0226636Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0231494Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0235991Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0240337Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0244929Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0249198Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0253850Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0258587Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0263122Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0267578Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0271972Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0276432Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0281173Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0285785Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0290326Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0295165Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0299746Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0304380Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0308910Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0313554Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0318064Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0322606Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0327264Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0332144Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0337133Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0341487Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0346255Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0350834Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0355305Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0359848Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0364457Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0369107Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0373789Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0378287Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0383264Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0387576Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0392525Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0397471Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0402484Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0407564Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0412560Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0417526Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0484609Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.007s) 2022-08-17T13:33:48.0489372Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0493994Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0498611Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0503434Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0507863Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0512421Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0516969Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0521527Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0526812Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0531628Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0536582Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0541549Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0546643Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0551545Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0556563Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0561531Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0566940Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0572297Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0577583Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0583209Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0588422Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0593580Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0598850Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0604265Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0609381Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0614632Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0619844Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0625100Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0630261Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0635397Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0640514Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0645928Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0651016Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0656292Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0661565Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0667017Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0672221Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0677659Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0682783Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0688280Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0693531Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0698824Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0704199Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0709498Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0714819Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0720071Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0725392Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0730620Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0735911Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0741175Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0746595Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0751834Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0757110Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0762365Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0767747Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0772987Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0778333Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0783686Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0788971Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0794241Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0799453Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0804758Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0810208Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0815461Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0820770Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0826170Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0831676Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0836975Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0842158Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0847221Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0851836Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0856485Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0861033Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0865783Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0870332Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0875470Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0880361Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0885067Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0889824Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0894531Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0899297Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0903959Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0908537Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0913040Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0917556Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0922183Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0926838Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0931184Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0935662Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0940074Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0944910Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0949374Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0953963Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0958643Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0962994Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0967552Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0972093Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0976610Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0981072Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0985673Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0990376Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0994658Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.0998999Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1003358Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1007850Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1012419Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1016903Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1021622Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1042615Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1042952Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1043291Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1043623Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1045103Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1050016Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1054453Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1058832Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1063330Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1067782Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1072427Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1077278Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1081681Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1086445Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1090956Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1095607Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1100095Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1104693Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1109415Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1113791Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1118003Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1122411Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1127048Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1131707Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1136317Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1140673Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1145619Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1150209Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1154656Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1159260Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1164047Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1168477Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1173079Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1177727Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1182375Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1186797Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1191346Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1195983Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1200363Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1205141Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1209569Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1213961Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1218604Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1223586Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1228303Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1232621Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1237093Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1241608Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1246222Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1250756Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1255325Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1259895Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1264666Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1269223Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1273776Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1278354Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1282994Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1287726Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1292256Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1296851Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1301454Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1306168Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1310789Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1315371Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1319934Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1324854Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1329515Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1333917Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1338412Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1343457Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1348257Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1352835Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1357665Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1361860Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1366222Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1370877Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1375016Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1379732Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1384283Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1388999Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1393562Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1397965Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1402254Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1407070Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1411541Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1415914Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1420595Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1425106Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1429885Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1434367Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1438888Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1443479Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1447940Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1452485Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1457159Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1461725Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1466226Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1470866Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1475363Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1479837Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1484683Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1489044Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1493708Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1498231Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1502935Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1507452Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1511983Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1516480Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1520955Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1525554Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1530121Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1534745Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1538974Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1543599Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1548188Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1552458Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1557048Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1561443Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1566142Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1570631Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1575529Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1580067Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1584814Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1589489Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1594486Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1599127Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1603666Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1608219Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1612885Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1617465Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1621720Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1626391Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1631039Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1635536Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1640316Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1645246Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1650148Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1654725Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1659255Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1664176Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1668595Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1673160Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1677784Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1682336Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1687096Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1691687Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1696325Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1700960Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1705609Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1710243Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1714844Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1719560Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1724369Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1728934Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1733628Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1738241Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1743635Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1747715Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1752224Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1756991Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1761620Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1766131Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1770739Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1775427Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1779964Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1785064Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1789696Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1794213Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1798631Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1802831Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1807592Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1811958Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1816348Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1821366Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1826270Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1830827Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1835378Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1839832Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1844556Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1849113Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1853640Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1858173Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1862973Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1867388Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1871622Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1876317Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1880967Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1885386Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1889947Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1894537Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1899173Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1903819Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1908366Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1912968Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1917595Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1922145Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1926817Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1931368Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1935981Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1940539Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1945303Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1949956Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1954566Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1959205Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1963892Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1968587Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1973121Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1977680Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1982447Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1986920Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1991495Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.1996041Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2000617Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2005294Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2009876Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2014446Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2019026Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2023812Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2028333Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2032941Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2037619Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2042198Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2046883Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2051463Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2055995Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2060565Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2065300Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2069807Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2074770Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2079523Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2084149Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2089246Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2093726Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2098340Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2103172Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2107669Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2112254Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2116836Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2121573Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2126317Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2131053Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2135627Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2139702Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2144304Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2148811Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2153392Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2158075Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2162945Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2167803Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2172510Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2176678Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2181246Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2185878Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2190293Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2195026Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2199628Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2204332Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2209027Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2213624Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2218330Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2223225Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2227859Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2232480Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2237081Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2241648Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2246419Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2251038Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2255625Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2260201Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2264896Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2269525Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2274238Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2279823Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2284559Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2288697Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2293203Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2297629Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2302127Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2306936Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2311328Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2315753Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2320277Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2324821Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2329328Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2333815Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2338303Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2343077Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2347609Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2352253Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2356789Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2361310Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2366001Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2370539Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2374985Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2379680Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2384297Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2388551Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2393359Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2397955Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2402373Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2407039Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2411487Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2416212Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2420671Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2425298Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2429978Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2434502Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2438992Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2443677Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2448159Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2452620Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2457065Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2461536Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2466291Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2470868Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2475390Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2479925Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2484509Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2489124Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2493695Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2498160Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2503137Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2507506Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2511946Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2516514Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2521149Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2525626Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2530223Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2534464Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2539175Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2544020Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2548666Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2553372Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2558180Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2562665Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2567282Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2571788Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2576439Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2581104Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2585868Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2590414Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2595095Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2599600Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2604181Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2608977Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2613665Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2618340Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2638548Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.002s) 2022-08-17T13:33:48.2642845Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2647298Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2651539Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2655736Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2659896Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2664258Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2668543Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2672725Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2676938Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2681179Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2685484Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2689734Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2693979Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2698199Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2702616Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2706703Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2710818Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2714933Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2719072Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2723113Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2727304Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2731442Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2735525Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2739742Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2743874Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2748021Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2752089Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2756220Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2760330Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2764514Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2768972Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2773002Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2777458Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2781364Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2785792Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2789643Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2794134Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2798691Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2803665Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2808548Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2812737Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2817186Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2821067Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2825111Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2829152Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2833261Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2837718Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2842166Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2846848Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2851332Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2855819Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2860211Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2864765Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2869300Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2874029Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2878432Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2882990Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2887655Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2892078Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2896677Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2901044Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2905465Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2909885Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2914195Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2918487Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2922971Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2927410Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2931760Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2936146Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2940590Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2945121Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2949486Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2953786Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2958305Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2963609Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2968880Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.2973894Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2978863Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2983741Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2988687Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2993117Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.2997650Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3002117Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3006824Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3011257Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3015667Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3020007Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3024656Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3029198Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3033582Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3038343Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3042675Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3047166Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3052319Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3056523Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3061179Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3065794Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3070144Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3074575Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3078920Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3083443Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3088199Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3092454Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3096820Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3101205Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3105839Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3110281Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3114888Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3119652Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3124230Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3129152Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3133439Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3138088Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3142924Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3147674Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3152118Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3156802Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3161486Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3166129Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3170783Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3175385Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3179997Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3184982Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3189592Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3194261Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3198914Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3203607Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3208324Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3213003Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3217747Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3222296Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3226735Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3231304Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3235943Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3240485Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3245124Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3249579Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3254093Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3258988Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3264009Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3269091Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3274089Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3279283Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3284246Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3288731Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3294254Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3299854Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3305723Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3311805Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3317333Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3322028Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3326540Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3331245Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3335670Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3341359Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3347243Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3352995Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3358924Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3364972Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3370971Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3377116Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3383029Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3388787Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3393329Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3397724Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3402220Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3406868Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3411488Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3417288Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3423288Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3429192Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3434976Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3440777Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3446679Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3452606Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3458344Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3463186Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3467863Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3473849Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3479669Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3485693Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3491606Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3497587Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3503751Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3509725Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3515661Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3521513Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3527539Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3533420Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.3538139Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3543242Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3548142Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3552813Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3557279Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3561621Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3566435Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3571096Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3575511Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3579600Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3584054Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3588568Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3593465Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3598007Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3602342Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3606807Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3611519Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3616006Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3620568Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3625322Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3629998Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3635096Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3639811Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3644197Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3648844Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3653523Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3657763Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3662576Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3666823Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3671288Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3675786Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3680142Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3684684Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3689192Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3693953Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3698676Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3703449Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3708017Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3712756Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3717131Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3721604Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3726249Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3730654Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3735004Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3739442Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3743858Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3748312Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3752650Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3757487Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3761712Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3766377Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3770852Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3775439Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3779889Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3784651Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3789022Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3793612Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3798110Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3802861Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3807525Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3811993Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3816515Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3821029Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3825852Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3830367Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3834955Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3839501Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3844175Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3848648Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3853432Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3858099Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3862797Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3867332Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3872052Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3876823Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3881523Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3885872Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3890408Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3894835Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3899302Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3904176Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3908606Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3912916Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3917955Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3922298Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3927001Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3931825Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3936127Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3940584Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3945100Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3949476Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3954218Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3958461Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3963146Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3967713Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3972112Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3976764Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3981220Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3985801Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3990298Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3994624Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.3999331Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4004047Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4008740Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4013181Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4017771Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4022323Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4026891Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4031455Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4036133Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4040842Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4045370Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4050196Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4054931Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4059525Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4064221Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4068851Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4073320Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4077834Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4082196Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4086942Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4091505Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4096261Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4100686Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4105422Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4110256Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4114737Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4119298Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4124109Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4128552Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4133078Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4137809Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4142537Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4147292Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4151971Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4156107Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4160616Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4165250Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4169766Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4174357Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4178913Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4183587Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4188122Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4192816Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4197381Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4201865Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4206521Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4211053Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4215738Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4220257Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4224920Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4229478Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4234004Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4238554Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4243135Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4247776Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4252706Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4257100Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4261752Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4266284Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4270563Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4274996Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4279560Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4284403Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4289117Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4293797Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4298364Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4303228Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4307899Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4312558Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4317042Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4321492Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4326118Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4330582Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4335078Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4339595Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4344183Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4348787Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4353489Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4358042Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4362588Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4367033Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4371442Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4376277Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4381017Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4385669Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4390318Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4394658Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4399118Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4403742Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4408309Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4412954Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4417389Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4422144Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4426616Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4431015Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4435629Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4440259Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4444862Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4449342Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4453638Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4458056Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4462523Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4466890Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4471305Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4475912Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4480554Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4485246Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4489808Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4494603Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4499341Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4503861Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4508769Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4513079Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4517375Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4522352Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4527157Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4532235Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4536485Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4540876Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4545613Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4550204Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4554210Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4558634Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4563248Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4568168Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4572898Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4577757Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4582534Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4587580Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4592131Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4596653Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4601361Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4606175Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4610714Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4615304Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4619792Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4624358Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4628867Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4633323Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4637837Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4642547Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4647219Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4651981Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4656410Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4660890Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4665654Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4670177Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4674739Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4679203Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4708526Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:48.4712931Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4717040Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4721152Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4725413Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4729508Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4733614Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4738081Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4742006Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4746162Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4750305Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4754498Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4758591Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4762912Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4767373Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4771610Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4775871Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4780101Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4784176Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4788506Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4792821Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4797143Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4801339Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4805692Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4809805Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4814006Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4818178Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4822435Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4826418Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4830792Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4834630Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4839004Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4842955Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4847271Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4851290Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4855133Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4859257Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4863644Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4867629Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4871750Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4875922Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4880239Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4884899Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4889509Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4894079Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4899489Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4903717Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4908285Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4912726Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4917169Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4921680Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4926363Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4930857Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4935415Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4939939Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4944627Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4949199Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4953712Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4958316Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4962854Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4967516Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4972415Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4976897Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4981510Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4986177Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4990808Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4995351Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.4999899Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5004450Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5009002Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5013510Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5018060Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5022780Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5027646Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5031957Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5036249Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5040812Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5045324Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5049802Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5054216Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5058665Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5063251Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5067805Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5072386Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5076979Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5081888Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5086297Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5090838Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5095542Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5100231Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5105201Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5109823Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5114258Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5118882Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5123331Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5127928Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5132472Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5137479Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5142200Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5146676Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5151213Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5155715Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5160287Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5164600Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5169314Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5173832Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5178501Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5183193Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5187657Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5192306Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5196980Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5201514Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5206435Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5210881Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5215438Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5219954Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5224569Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5229185Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5233789Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5238726Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5243266Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5248263Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5252709Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5257177Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5261810Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5266473Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5271294Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5275722Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5280458Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5284792Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5289128Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5293450Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5298092Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5303024Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5307596Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5312104Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5316598Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5320806Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5325391Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5329970Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5334647Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5339029Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5343640Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5348313Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5353158Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5357510Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5362031Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5366630Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5370938Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5375385Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5379864Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5384373Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5388872Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5393450Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5398342Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5402654Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5407198Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5411509Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5415928Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5420379Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5425361Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5429864Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5434426Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5439020Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5443541Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5448071Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5452554Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5457058Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5461628Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5466136Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5471112Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5475560Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5480069Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5484700Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5489180Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5493631Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5498083Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5502709Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5507315Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5511917Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5516548Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5521123Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5525996Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5531152Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5536243Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5541696Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5547090Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5552284Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5557468Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5562658Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5567889Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5572959Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5577809Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5582717Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5587246Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5591730Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5595935Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5600761Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5605613Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5610698Z test_comprehensive_nn_functional_kl_div_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5615437Z test_comprehensive_nn_functional_kl_div_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5619934Z test_comprehensive_nn_functional_kl_div_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5625459Z test_comprehensive_nn_functional_kl_div_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5629787Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5634129Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5638741Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5643342Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5648153Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5652481Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5656988Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5661343Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5665907Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5670516Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5675011Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5679682Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5684263Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5688818Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5693179Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5697816Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5702278Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5706776Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5711420Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5715896Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5720817Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5725949Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5731374Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5736704Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5742058Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5747539Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5752492Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5757662Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5762975Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5768296Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5773605Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5778753Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5784095Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5789200Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5794334Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5799442Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5804655Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5809690Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5814843Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5819896Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5825158Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5830095Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5835212Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5840340Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5845524Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5850841Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5856203Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5861472Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5866739Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5872018Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5877089Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5882244Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5887577Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5892789Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5898080Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5903435Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5908581Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5913767Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5918888Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5924112Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5929282Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5934449Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5939603Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5944961Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5950152Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5955428Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5960627Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5965992Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5971173Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5976380Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5981606Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5986509Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5991079Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5995442Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.5999909Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6004455Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6009067Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6013548Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6018036Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6022757Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6027181Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6031689Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6036253Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6040627Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6045150Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6049706Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6054260Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6059015Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6063572Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6068126Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6072720Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6077077Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6081668Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6086414Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6090972Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6095586Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6100059Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6104796Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6109308Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6114027Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6118510Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6123066Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6127737Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6132326Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6136824Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6141403Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6146074Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6150626Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6155133Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6159680Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6164308Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6168886Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6174350Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6179459Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6184857Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6190107Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6195335Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6200541Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6205878Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6211163Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6216451Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6221629Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6227003Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6232070Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6237368Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6242939Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6248022Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6253464Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6258801Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6264135Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6269418Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6274687Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6280122Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6285496Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6290622Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6295828Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6300369Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6304954Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6309885Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6314329Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6318885Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6323497Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6328192Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6332551Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6337195Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6341796Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6346398Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6350874Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6355425Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6359860Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6364347Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6369111Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6373910Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6378435Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6383220Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6387847Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6392626Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6397178Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6401823Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6406610Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6411258Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6416098Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6420748Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6425555Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6430238Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6434811Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6439356Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6443915Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6448960Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6453257Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6457726Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6462523Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6466965Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6471503Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6476071Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6480584Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6484922Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6489586Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6493903Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6498382Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6503183Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6507507Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6512136Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6516541Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6520895Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6525096Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6529601Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6534060Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6538410Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6543485Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6547681Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6552410Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6557110Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6561557Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6566269Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6570618Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6575285Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6579778Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6584586Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6589090Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6593675Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6598057Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6602522Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6607398Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6611791Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6616294Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6620720Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6625359Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6629964Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6634450Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6638901Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6643555Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6648347Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6653002Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6657682Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6662387Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6666860Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6671242Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6675675Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6680137Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6684449Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6688809Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6693318Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6697882Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6702579Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6707132Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6711611Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6716154Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6720669Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6725325Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6729882Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6734416Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6738898Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6743487Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6748151Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6752524Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6757034Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6779246Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.002s) 2022-08-17T13:33:48.6783689Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6787909Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6792021Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6796205Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6800779Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6805039Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6809228Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6813513Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6818172Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6822031Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6826558Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6830692Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6834644Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6839141Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6843069Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6847476Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6851678Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6855798Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6859936Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6864277Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6868718Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6872687Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6876806Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6881167Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6885658Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6890082Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6894578Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6899076Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6903826Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6908244Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6912905Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6917193Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6921565Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6926138Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6930395Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6934766Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6939344Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6943704Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6948155Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6952566Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6957033Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6961650Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6966225Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6970827Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6975237Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6979715Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6984305Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6988831Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6993314Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.6997884Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7002351Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7007083Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7011451Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7015933Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7020472Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7025202Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7029612Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7034193Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7038791Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7043301Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7047971Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7052789Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7057372Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7062047Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7066579Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7071587Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7076703Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7081911Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7087366Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7092624Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7097824Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7103331Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7108388Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7113505Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7118916Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7124119Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7129213Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7134519Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7139712Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7145174Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7150395Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7155797Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7161227Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.7166608Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7171793Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7176987Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7182365Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7187619Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7192813Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7198144Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7203055Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7208256Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7213360Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7218546Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7223843Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7229134Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7234338Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7239508Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7244732Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7249932Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7255074Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7260181Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7265403Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7270542Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7275716Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7280962Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7286227Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7291330Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7296481Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7300987Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7305636Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7311215Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7315270Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7319856Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7324793Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7329027Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7333705Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7338172Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7343106Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7347578Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7351943Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7356229Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7360776Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7365605Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7370271Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7374765Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7379321Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7384153Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7389017Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7393634Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7398276Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7402629Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7407349Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7411684Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7415896Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7420529Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7425075Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7429819Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7434450Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7439111Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7443856Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7448635Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7453352Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7457730Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7462278Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7467027Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7471684Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7476004Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7480671Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7485283Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7490025Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7494354Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7498744Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7503379Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7507709Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7512185Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7516571Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7520981Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7525494Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7530025Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7534501Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7538931Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7543734Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7548391Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7552773Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7557268Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7561838Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7566524Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7571079Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7575647Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7580650Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7585997Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7591191Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7596363Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7601605Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7606951Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7612179Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7617172Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7622588Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7627841Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7633173Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7638228Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7643678Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7648833Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7654027Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7659278Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7664686Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7669862Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7675003Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7680192Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7685525Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7690706Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7695923Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7701021Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7706298Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7711450Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7716730Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7721943Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7727094Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7732423Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7737835Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7742930Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7748336Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7753377Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7758436Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7763517Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7768237Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7772698Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7777087Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7781656Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7786184Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7791060Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7795174Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7799851Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7804458Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7809063Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7813475Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7818125Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7823796Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7828894Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7833877Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7838316Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7842999Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7847523Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7851928Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7856347Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7861025Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7865624Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7870345Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7875023Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7879748Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7884607Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7889120Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7893779Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7898594Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7903421Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7908057Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7912697Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7917290Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7921805Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7926312Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7931135Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7935709Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7940278Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7944929Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7949868Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7954363Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7959069Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7963742Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7968152Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7972820Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7977344Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7982308Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7986618Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7991108Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.7995481Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8000240Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8004629Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8009073Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8013510Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8017903Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8022781Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8027064Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8031553Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8036471Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8040940Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8045695Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8050248Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8054865Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8059699Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8064547Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8068836Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8073314Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8077867Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8082460Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8087031Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8091634Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8096166Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8100654Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8105254Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8109663Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8114295Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8118743Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8123210Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8127830Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8132381Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8137124Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8141405Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8145828Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8150477Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8154987Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8159696Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8164213Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8168771Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8173404Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8178217Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8182692Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8187277Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8192002Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8196676Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8200978Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8205651Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8210179Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8214671Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8219258Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8223918Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8228671Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8233218Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8237835Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8242523Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8246940Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8251427Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8255998Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8260783Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8265458Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8270293Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8274941Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8279862Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8284402Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8289105Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8293283Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8298350Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8303167Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8308237Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8312310Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8316867Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8321287Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8326039Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8330839Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8335518Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8340275Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8344854Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8349371Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8354060Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8358311Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8362876Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8367665Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8372337Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8376670Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8381130Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8386068Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8390929Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8395748Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8400629Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8405700Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8410966Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8415633Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8420338Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8425322Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8430286Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8435201Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8440004Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8445028Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8450271Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8454780Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8459646Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8464641Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8469545Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8474511Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8479136Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8483829Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8488531Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8493012Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8497683Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8502279Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8506708Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8511297Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8515776Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8520372Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8524989Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8529494Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8534129Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8538582Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8543351Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8547917Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8552380Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8557078Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8561531Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8566383Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8571387Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8576206Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8580589Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8585526Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8589934Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8594549Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8608794Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8609417Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8609795Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8613311Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8617790Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8622377Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8626792Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8631341Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8635825Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8640399Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8645088Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8649589Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8654157Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8658698Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8663357Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8668083Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8672584Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8677177Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8681658Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8686361Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8690848Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8695266Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8699817Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8704855Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8709594Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8714341Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8718767Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8723500Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8728317Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8733081Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8737847Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8743158Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8748441Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8753421Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8758293Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8763561Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8768265Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8773439Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8778368Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8783425Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8788296Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8793039Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8798209Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8803154Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8807631Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8812416Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8817083Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8821395Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8826531Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8831211Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8835694Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8840393Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8845224Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8873649Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:48.8878077Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8882453Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8886789Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8891178Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8895135Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8899131Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8903622Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8907205Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8911218Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8915283Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8919588Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8924185Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8928099Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8932450Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8936450Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8940905Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8945216Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8949375Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8953725Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8957860Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8962080Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8966405Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8970789Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8974925Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8979206Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8983654Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8988000Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8991976Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.8996117Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9000701Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9005033Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9009141Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9013584Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9018062Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9022273Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9026610Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9031033Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9035576Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9040015Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9044394Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9049102Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9053824Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9058707Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9063421Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9067785Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9072607Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9077191Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9265075Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.019s) 2022-08-17T13:33:48.9436041Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.017s) 2022-08-17T13:33:48.9440232Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9444911Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9449483Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9454021Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9458373Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9463329Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9467947Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9472862Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9477573Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9482243Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9486780Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9491320Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9495830Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9500429Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9505234Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9509734Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9514331Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9519083Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9523589Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9528240Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9532758Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9537465Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9542054Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9546589Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9551051Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9555594Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9560178Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9564805Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9569379Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9573944Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9578448Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9583075Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9587836Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9592243Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9596738Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9601303Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9606077Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9610679Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9615229Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9619701Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9624305Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9629141Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9634894Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:48.9639266Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9643703Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9648142Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9652702Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9656886Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9661402Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9665819Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9670158Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9674818Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9678974Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9683680Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9688438Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9692605Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9697194Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9701694Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9706565Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9710851Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9715366Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9720080Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9724727Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9729412Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9733787Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9738360Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9742833Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9747598Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9752161Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9756686Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9761182Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9765775Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9770325Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9774837Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9779332Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9784177Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9788576Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9793150Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9797675Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9802209Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9806824Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9811335Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9815834Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9820346Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9825091Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9829786Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9834140Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9838615Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9843108Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9847713Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9852241Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9856829Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9861370Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9866013Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9870538Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9875092Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9879613Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9884289Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9888938Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9893481Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9898157Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9902956Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9907575Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9911990Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9916477Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9920952Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9925937Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9930525Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9934735Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9939341Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9943898Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9948566Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9953264Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9957856Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9962264Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9966931Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9971488Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9976038Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9980860Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9985851Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9990242Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9994660Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:48.9999130Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0003576Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0008187Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0012719Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0017286Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0021767Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0026171Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0030697Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0035200Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0039687Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0044528Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0048821Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0053304Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0057838Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0062677Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0067210Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0071773Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0076261Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0080724Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0085279Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0089751Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0094392Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0098893Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0103568Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0108236Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0112662Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0116874Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0121538Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0126207Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0130669Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0135400Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0140098Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0144533Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0148870Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0153375Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0158155Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0162622Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0167344Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0171764Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0176426Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0181084Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0185526Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0189960Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0194917Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0199272Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0203784Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0208354Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0213034Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0217645Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0222263Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0226978Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0231342Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0235775Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0240227Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0244438Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0248806Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0253632Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0257890Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0262491Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0266900Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0271576Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0276119Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0280692Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0285229Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0289767Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0294267Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0299049Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0303640Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0308252Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0312737Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0317251Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0321732Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0326327Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0331067Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0335516Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0340074Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0344731Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0349511Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0353790Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0358136Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0362538Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0367233Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0371692Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0376227Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0380680Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0385258Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0389842Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0394283Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0398791Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0403352Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0407908Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0412469Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0416761Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0421146Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0425822Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0430288Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0435207Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0439824Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0444539Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0449317Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0453870Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0458653Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0463363Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0467902Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0472745Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0478102Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0483764Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0489309Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0494778Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0500194Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0505760Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0511178Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0516697Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0522083Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0527354Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0532887Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0538334Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0543892Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0549473Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0554842Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0560455Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0565932Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0571449Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0576862Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0582552Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0587904Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0593379Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0598897Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0604409Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0609829Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0615325Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0620635Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0626330Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0631848Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0637265Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0642731Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0648334Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0653699Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0658988Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0664455Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0669771Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0675058Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0680619Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0685920Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0691273Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0696585Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0701770Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0707013Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0712499Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0717614Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.0722272Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0727219Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0731761Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0736511Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0741312Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0746007Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0751035Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0755645Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0760332Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0765064Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0769782Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0774508Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0779142Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0783774Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0788313Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0792977Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0797569Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0802101Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0806880Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0811386Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0815803Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0820338Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.0824697Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0829348Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0833730Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0838396Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0843116Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0847873Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0852576Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0857257Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0862065Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0866935Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0871395Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0876069Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0880736Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0885367Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0889971Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0894648Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0899131Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0904199Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0908434Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0912895Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0917288Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0921577Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0926291Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0931072Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0935630Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0940192Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0945005Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0949863Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0954623Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0959378Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0964182Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0968937Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0973690Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0978352Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0983558Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0987576Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0992162Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.0996710Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1001162Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1005968Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1010495Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1015040Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1019565Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1024304Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1028664Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1033385Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1037936Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1042434Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1047136Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1051689Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1056276Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1060963Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1065714Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1070116Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1074676Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1079357Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1083754Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1088125Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1092425Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1096828Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1101165Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1105680Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1110091Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1114387Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1118796Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1123085Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1127881Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1132183Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1136705Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1141105Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1145744Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1150179Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1154683Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1159140Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1163486Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1168026Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1172375Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1176844Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1181253Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1186271Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1190827Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1195668Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1200222Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1204772Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1210539Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1214717Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1219268Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1224102Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1228676Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1233231Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1237870Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1241952Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1246516Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1251105Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1255458Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1259985Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1291771Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:49.1296421Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1300488Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1304806Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1308829Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1312889Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1316971Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1321088Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1325345Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1329410Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1333518Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1337568Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1341687Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1345835Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1349958Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1353961Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1357997Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1362014Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1366148Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1370217Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1374307Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1378325Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1382486Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1386525Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1390500Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1394453Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1398371Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1402422Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1406438Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1410408Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1414815Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1418525Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1422660Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1426800Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1430567Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1435130Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1439109Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1443149Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1447142Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1451512Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1455574Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1459734Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1464180Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1468396Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1472150Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1476112Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1480249Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1484332Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1488481Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1493063Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1497117Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1501089Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1505259Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1509407Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1513556Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1517661Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1521938Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1526163Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1530566Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1534648Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1539042Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1543260Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1547716Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1551859Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1556148Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1560254Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1564691Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1568544Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1572627Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1576879Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1581160Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1585360Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1589839Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1594070Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1598215Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1602455Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1606841Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1611225Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1615387Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1619678Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1624234Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1628396Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1632521Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1636546Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1640808Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1645036Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1649252Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1653435Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1657543Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1661813Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1666127Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1670242Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-08-17T13:33:49.1674436Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1678186Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1682448Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1686630Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1690767Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1694876Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1698739Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1702800Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1706954Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1711822Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1716386Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1720684Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1724939Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1729110Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1733289Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1737455Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1741557Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1745798Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1749859Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1754169Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1758324Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1762289Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1766395Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1770412Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1774690Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1778648Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1783007Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1787100Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1791208Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1795355Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1799551Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1803652Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1807791Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1812025Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1816043Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1820300Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1824429Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1828526Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1832768Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1837016Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1841157Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1845483Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1849559Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1853748Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1858023Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1862211Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1866315Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1870583Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1874782Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1878826Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1883195Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1887247Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1891510Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1895562Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1899526Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1903804Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1908054Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1912384Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1916801Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1920722Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1925109Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1929270Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1933323Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1937642Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1941538Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1945864Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1950460Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1954867Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1958686Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1962976Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1967191Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1971422Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1975677Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1979905Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1984211Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1988575Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1992836Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.1997140Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2001457Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2005777Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2010005Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2014280Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2018494Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2022912Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2027080Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2031274Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2035520Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2039778Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2044036Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2048314Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2052579Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2056814Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2061042Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2065286Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2069405Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2073548Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2078522Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2082052Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2087119Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2090695Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2094630Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2098557Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2102634Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2106982Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2110885Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2114864Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2118837Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2122768Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2126883Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2130866Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2134827Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2138796Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2142928Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2146871Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2150904Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2155110Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2159309Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2163663Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2167657Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2171743Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2175841Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2179956Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2184181Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2188262Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2192386Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2196553Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2200628Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2204878Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2209043Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2213308Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2217280Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2221357Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2225581Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2229630Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2233748Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2237863Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2241944Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2246160Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2250477Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2255013Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2259163Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2263294Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2267428Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2271551Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2275651Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2280131Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2284555Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2288491Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2292223Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2296366Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2300407Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2304794Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2308924Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2312976Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2317285Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2321493Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2325879Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2330096Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2334007Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2337850Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2342372Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2346664Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2350903Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2355032Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2359228Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2363585Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2367444Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2371417Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2375505Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2379629Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2384016Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2388012Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2392472Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2396610Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2400559Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2404872Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2408727Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2412726Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2416719Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2420686Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2424764Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2428986Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2432982Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2437185Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2441226Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2445280Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2449368Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2453482Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2457639Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2461704Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2466240Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2470319Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2474458Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2478221Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2482196Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2486316Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2490334Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2494342Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2498330Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2502766Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2506862Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2510688Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2514756Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2518761Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2522902Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2527320Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2531584Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2535507Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2539549Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2543914Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2547945Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2551913Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2555829Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2559969Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2564173Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2568369Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2572300Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2576312Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2580370Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2584521Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2588586Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2592635Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2596695Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2600822Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2605199Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2609188Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2613308Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2617331Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2621574Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2625759Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2629678Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2633606Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2637597Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2641906Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2646072Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2650203Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2654450Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2658451Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2662609Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2666785Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2670838Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2674945Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2678947Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2683113Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2687273Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2691559Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2696239Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2700970Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2705887Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2710661Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2715372Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2720227Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2725069Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2729827Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2734772Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2739604Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2744503Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2749202Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2754054Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2758848Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2763681Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2768483Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2773269Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2777884Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2782759Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2786436Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2790458Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2794957Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2798975Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2803358Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2807675Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2811766Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2815970Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2820209Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2824309Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2828352Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2832662Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2836675Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2840828Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2845041Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2849438Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2853417Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2857375Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2861309Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2865799Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2870126Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2874072Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2878093Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2882149Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2886387Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2890457Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2894351Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2898480Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2902892Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2906818Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2910723Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2914694Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2918551Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2922507Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2926592Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2930751Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2934745Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2938648Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2942868Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2946907Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2950756Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2955089Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2959086Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2963442Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2967879Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2971783Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2975946Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2980312Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2984854Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2988783Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2992951Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.2997258Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3001187Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3005686Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3009635Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3013941Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3017727Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3022178Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3026543Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3031121Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3036140Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3041221Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3046007Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3050926Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3055270Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3059479Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3064011Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3069067Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3073427Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3077863Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3082451Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3087056Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3091490Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3096130Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3100672Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3105332Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3109838Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3114308Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3118852Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3123527Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3128129Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3132663Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3137341Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3169207Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:49.3173529Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3177712Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3181955Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3186052Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3190172Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3194203Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3198301Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3202414Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3206612Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3210746Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3214831Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3218910Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3223041Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3227212Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3231252Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3235366Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3239712Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3243786Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3247902Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3252011Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3256092Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3260196Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3264355Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3268408Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3272443Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3276698Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3280908Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3285543Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3290028Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3294023Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3298374Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3302811Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3306750Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3310953Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3315311Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3319602Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3324201Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3328610Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3332784Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3337102Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3341134Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3345553Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3349830Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3354057Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3357984Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3362118Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3366342Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3370508Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3374779Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3379173Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3383302Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3387627Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3391685Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3395488Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3399784Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3403765Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3407653Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3411524Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3415491Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3419576Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3423556Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3427706Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3431817Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3436138Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3440361Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3444523Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3448703Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3452868Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3456926Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3460956Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3465084Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3469178Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3473206Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3477296Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3481357Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3485646Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3489607Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3493559Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3497520Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3501474Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3505560Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3509511Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3513487Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3517433Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3521389Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3525566Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3530103Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3534694Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3539207Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3543780Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3548235Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3552798Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3557345Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3561868Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3566445Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3570607Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3574852Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3578881Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3583242Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3587166Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3591177Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3595281Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3599252Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3603286Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3607330Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3611544Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3615760Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3619834Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3624193Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3628333Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3632306Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3636548Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3640420Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3644544Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3648580Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3652755Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3656847Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3661048Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3665052Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3669342Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3673838Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3677782Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3681919Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3686227Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3690267Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3694436Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3698567Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3702791Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3706854Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3711124Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3715146Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3719480Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3723606Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3727709Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3731742Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3735967Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3739768Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3743924Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3747994Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3752080Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3756078Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3760313Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3764332Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3768454Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3772664Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3777116Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3781117Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3785152Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3789614Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3793529Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3797591Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3801813Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3805620Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3809789Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3813995Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3817994Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3822184Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3826327Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3830410Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3834520Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3838777Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3843000Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3847166Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3851512Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3855708Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3859982Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3864223Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3868391Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3872629Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3876996Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3881287Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3885385Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3889332Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3893443Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3897722Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3902030Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3906081Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3910302Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3914427Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3918337Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3922348Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3926462Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3930543Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3934706Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3938578Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3942790Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3946924Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3951070Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3954998Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3958981Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3962948Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3967135Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3971155Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3975270Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3979225Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3983697Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3987645Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3991814Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.3996271Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4000512Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4005462Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4009817Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4014041Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4018161Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4022543Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4026330Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4030969Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4035365Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4039604Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4043850Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4047909Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4052189Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4056515Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4060790Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4064979Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4069067Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4073055Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4077181Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4081146Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4085377Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4089765Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4093762Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4097678Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4102115Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4106175Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4110183Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4113954Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4118278Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4122045Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4126459Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4130458Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4134753Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4138785Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4143308Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4147457Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4151512Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4155631Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4159560Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4163701Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4167866Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4171963Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4176048Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4180213Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4184382Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4188520Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4192533Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4196796Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4201263Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4205285Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4209527Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4213720Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4217781Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4221669Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4225857Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4229808Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4233853Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4237932Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4242411Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4246724Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4250753Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4254920Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4258902Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4263027Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4267138Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4271226Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4275278Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4279694Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4284222Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4288538Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4292587Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4296730Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4300746Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4304848Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4308952Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4312997Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4316992Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4321028Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4325193Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4329359Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4333385Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4337561Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4341430Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4345543Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4349604Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4353592Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4357691Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4361699Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4365737Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4369869Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4373979Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4377974Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4382032Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4386286Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4390377Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4394449Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4398407Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4402548Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4406754Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4410754Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4415114Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4418921Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4422963Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4427003Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4431168Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4435252Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4439686Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4443778Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4447931Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4451915Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4456100Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4460168Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4464341Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4468533Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4472446Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4476263Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4480553Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4484274Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4488329Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4492344Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4496248Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4500329Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4504508Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4508538Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4512694Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4516734Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4520786Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4524992Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4529090Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4533200Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4537292Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4541371Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4545569Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4549654Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4553764Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4557848Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4561937Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4566127Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4570192Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4574349Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4578446Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4582674Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4586800Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4590880Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4594979Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4599072Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4603146Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4607324Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4611499Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4615489Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4619542Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4623852Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4627915Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4632182Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4636442Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4640744Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4645152Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4649202Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4653241Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4657276Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4661400Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4665954Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4670746Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4675705Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4680506Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4685437Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4690203Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4694220Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4698344Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4702828Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4706758Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4710706Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4714681Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4718643Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4722659Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4726741Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4730691Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4734631Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4738604Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4742618Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4746610Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4750751Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4754906Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4758836Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4763282Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4767340Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4771475Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4775368Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4779411Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4783580Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4787770Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4791838Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4796006Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4800140Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4804373Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4808521Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4812672Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4816791Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4820925Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4825219Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4829333Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4833447Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4837546Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4841660Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4845924Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4850109Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4854250Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4858319Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4862725Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4866689Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4870969Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4875135Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4879179Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4883684Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4887769Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4891838Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4895667Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4899706Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4903805Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4908334Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4912619Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4916551Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4920636Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4924971Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4929163Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4933287Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4937376Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4942113Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4945743Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4950051Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4954283Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4958586Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4962866Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4967598Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4971427Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4975478Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4979632Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4983906Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.4987809Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5019941Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:49.5024230Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5028300Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5032442Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5036198Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5040740Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5044803Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5049017Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5053228Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5057334Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5061309Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5065551Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5069479Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5073646Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5077601Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5081534Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5085600Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5089538Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5093539Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5097965Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5101805Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5106050Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5110221Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5114299Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5118414Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5122697Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5127055Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5130858Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5135023Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5139358Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5143608Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5147913Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5151980Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5156156Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5160565Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5164737Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5168725Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5172575Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5176748Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5180740Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5185007Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5189358Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5193533Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5197624Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5201440Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5205714Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5209770Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5213982Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5218153Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5222476Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5226594Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5230667Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5234917Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5239232Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5243528Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5247997Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5252092Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5256173Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5260402Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5264672Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5269216Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5273290Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5277562Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5281756Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5286018Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5290178Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5294334Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5298448Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5302913Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5307056Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5311143Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5315214Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5319240Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5323288Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5327590Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5331552Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5335623Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5339630Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5344094Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5348164Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5352147Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5356240Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5360365Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5364537Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5368754Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5372930Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5376954Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5381343Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5385836Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5390378Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5394533Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5398772Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5402971Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5407015Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5411126Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5415081Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5419023Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5423113Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5427300Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5431501Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5435638Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5439685Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5443846Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5448008Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5452309Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5456853Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5460960Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5464873Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5468989Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5473034Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5477077Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5481165Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5485591Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5489703Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5509145Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5509719Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5510003Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5510373Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5510778Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5515271Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5519368Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5523630Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5527473Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5531813Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5535815Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5539995Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5544273Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5548469Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5552865Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5556879Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5561113Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5565485Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5569664Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5573816Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5577989Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5582389Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5586387Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5590483Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5594455Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5598601Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5602639Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5606898Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5611057Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5615267Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5619489Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5623763Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5627886Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5631926Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5636635Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5640999Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5645414Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5649296Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5653853Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5657574Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5661632Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5665888Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5669979Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5674142Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5678181Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5682400Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5686757Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5691028Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5695316Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5699563Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5703975Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5708307Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5712510Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5716694Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5721072Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5725327Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5729757Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5733925Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5738233Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5742595Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5746977Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5751214Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5755521Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5759994Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5764179Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5768726Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5773045Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5777583Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5782489Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5787111Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5791823Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5796605Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5801223Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5806099Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5810803Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5815493Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5820079Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5824945Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5829673Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5834360Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5838964Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5843790Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5848408Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5853116Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5857759Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5862509Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5866589Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5871056Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5875143Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5879240Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5883632Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5887545Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5892221Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5896341Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5900465Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5904634Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5908456Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5912561Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5916735Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5920615Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5924932Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5928958Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5933299Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5937634Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5941786Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5946015Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5949984Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5953939Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5957949Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5961920Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5966028Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5970036Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5973868Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5978096Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5982151Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5986090Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5990187Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5994303Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.5998351Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6002363Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6006821Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6011584Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6016310Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6021073Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6025326Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6029402Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6033364Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6037394Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6041378Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6045520Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6049536Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6053725Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6057857Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6061968Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6066007Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6070265Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6074631Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6078689Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6082890Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6087265Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6091505Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6095761Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6100007Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6104389Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6108731Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6112912Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6117337Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6121227Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6125526Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6129585Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6133809Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6137959Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6142169Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6146189Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6151545Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6155783Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6159825Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6164065Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6167734Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6173210Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6177578Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6181961Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6186215Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6190579Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6194902Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6199183Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6203553Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6207964Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6212256Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6216580Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6220893Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6225412Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6229790Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6234100Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6238476Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6242794Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6247180Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6251462Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6255790Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6260177Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6264589Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6268566Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6272607Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6276888Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6280713Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6284912Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6289082Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6293089Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6297013Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6301421Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6305647Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6309837Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6314404Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6318669Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6322648Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6327045Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6331171Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6335521Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6339511Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6343836Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6347877Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6351978Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6356095Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6360234Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6364649Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6368915Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6373020Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6377042Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6381000Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6385542Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6389824Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6393787Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6398061Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6402449Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6406717Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6410736Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6414727Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6418777Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6422973Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6427159Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6431177Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6435410Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6439590Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6443688Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6447864Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6451932Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6456437Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6460152Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6464524Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6468611Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6472816Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6476908Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6480980Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6485162Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6489283Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6493313Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6497357Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6501417Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6505607Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6509663Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6513729Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6517917Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6521916Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6525930Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6530222Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6534336Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6538588Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6542758Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6546845Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6551001Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6554873Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6559034Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6562936Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6567070Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6571348Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6575252Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6579487Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6583380Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6587591Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6591747Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6595656Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6599720Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6603792Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6608115Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6612105Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6616375Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6620497Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6624778Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6629010Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6633344Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6637548Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6641810Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6646205Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6650731Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6655039Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6659472Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6663385Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6667684Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6671707Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6675778Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6679855Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6683982Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6688124Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6692308Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6696321Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6700400Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6704590Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6708783Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6712804Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6716960Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6721172Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6725406Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6729680Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6733744Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6738225Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6742213Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6746404Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6750302Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6754427Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6758583Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6762897Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6767239Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6771419Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6775659Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6779874Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6784321Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6788507Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6792756Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6796935Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6801117Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6805360Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6809531Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6813723Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6817920Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6822181Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6826294Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6830422Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6834511Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6838721Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6842843Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6847242Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6851166Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6855383Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6859515Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6864577Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6896801Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:49.6900744Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6905044Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6909375Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6913436Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6917465Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6921437Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6925429Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6929414Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6933276Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6937585Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6941563Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6945869Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6949970Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6954078Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6958215Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6962277Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6966476Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6970498Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6974560Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6978568Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6982767Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6986712Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6990836Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6994967Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.6999136Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7003216Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7007355Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7011512Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7015259Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7019678Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7023762Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7027905Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7031986Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7036252Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7040121Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7044805Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7049092Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7053122Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7057002Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7061072Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7065286Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7068996Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7073075Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7077063Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7081161Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7085355Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7089526Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7093545Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7097775Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7101821Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7105791Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7109892Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7113826Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7117763Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7121730Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7126092Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7130328Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7134350Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7138676Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7143057Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7147058Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7151515Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7155559Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7159788Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7164072Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7168293Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7172693Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7177495Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7181707Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7186458Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7191221Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7196057Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7200959Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7205815Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7210751Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7215545Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7220472Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7225415Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7230190Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7234965Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7239786Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7244713Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7249537Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7254214Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7258466Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7262745Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7266707Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7270668Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7274636Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7278754Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7282919Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7287049Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7291350Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7295142Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7299495Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7303390Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7307527Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7311617Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7315816Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7319945Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7324072Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7328194Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7332515Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7337032Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7341140Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7345353Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7349460Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7353655Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7357788Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7361682Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7366060Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7369959Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7374242Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7378468Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7382944Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7387138Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7391179Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7395492Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7399497Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7403508Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7407705Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7412231Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7416083Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7420288Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7424541Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7428620Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7432619Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7436969Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7440892Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7444778Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7449555Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7454087Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7458883Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7463687Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7468303Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7473149Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7477932Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7483065Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7488004Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7492862Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7497705Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7502553Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7506696Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7510827Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7514897Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7519117Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7523743Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7527829Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7531952Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7536197Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7540355Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7544785Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7548789Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7553057Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7557650Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7561864Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7566868Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7571598Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7576487Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7581385Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7586209Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7591024Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7595708Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7600518Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7605714Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7610401Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7615299Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7620197Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7625088Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7629888Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7634577Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7639354Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7644132Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7648953Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7653754Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7658713Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7663193Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7667208Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7671234Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7675126Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7679418Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7683774Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7687538Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7691734Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7696194Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7699923Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7704086Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7708211Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7712309Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7716455Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7720553Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7724740Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7728850Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7732978Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7737213Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7741167Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7745334Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7749465Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7753561Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7757627Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7761754Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7765992Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7770094Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7774171Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7778320Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7782664Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7786917Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7790792Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7794796Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7798957Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7803571Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7807784Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7811821Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7815944Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7820022Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7824281Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7828396Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7832525Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7836686Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7840732Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7844908Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7849002Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7853347Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7857346Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7861515Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7865686Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7869837Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7874201Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7878069Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7881903Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7886278Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7890356Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7894466Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7898689Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7902917Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7907064Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7911188Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7915344Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7919519Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7923788Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7927949Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7932108Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7936406Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7940507Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7944728Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7948968Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7953110Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7957363Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7961469Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7965902Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7970770Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7975546Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7982007Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.7988975Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-08-17T13:33:49.7993938Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.7999009Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8003792Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8008305Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8012307Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8016970Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8021308Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8025364Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8029527Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8033615Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8037726Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8041914Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8046149Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8050148Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8054542Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8058397Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8062642Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8066711Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8071130Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8075566Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8080273Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8084682Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8089127Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8093668Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8098157Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8102839Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8107670Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8111940Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8116561Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8121047Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8125644Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8129850Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8134046Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8138301Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8142626Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8146800Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8150955Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8155254Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8159281Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8163213Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8167326Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8171421Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8175460Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8179539Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8183702Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8187764Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8191817Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8195960Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8200046Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8204172Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8208259Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8212298Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8216326Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8220392Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8224548Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8228553Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8232647Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8236680Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8240728Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8245009Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8249170Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8253396Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8257897Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8262156Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8266576Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8270723Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8274947Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8278879Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8283098Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8287330Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8291575Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8295762Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8299707Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8303932Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8308064Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8312187Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8316396Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8320493Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8324711Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8328811Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8332977Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8337193Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8341290Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8345666Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8349923Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8354191Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8358513Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8362761Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8367092Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8371336Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8375581Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8380035Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8383954Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8388096Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8391961Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8395985Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8400292Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8404315Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8408442Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8412753Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8417199Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8421185Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8425539Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8429841Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8434122Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8438112Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8442359Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8446554Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8450591Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8454647Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8458796Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8463019Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8467171Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8471396Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8475585Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8479492Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8483604Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8487516Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8491609Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8495637Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8500156Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8504024Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8507924Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8512006Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8516177Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8520164Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8524275Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8528397Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8532251Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8536362Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8540383Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8544581Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8548689Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8552873Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8556825Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8560919Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8565073Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8569153Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8573215Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8577272Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8581304Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8585499Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8589601Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8593634Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8597649Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8601744Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8606044Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8610138Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8614194Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8618286Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8622473Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8626583Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8630749Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8634903Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8639432Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8644069Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8648734Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8653328Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8657902Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8662694Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8667428Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8672014Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8676519Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8681114Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8685814Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8690643Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8695261Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8699918Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8704492Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8708998Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8713675Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8717851Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8722041Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8726515Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8730655Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8734755Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8738902Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8743336Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8747477Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8751623Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8755925Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8759750Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8764129Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8768104Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8800093Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:49.8804598Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8808596Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8812356Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8816458Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8820356Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8824450Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8828525Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8832550Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8836931Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8840738Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8844753Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8848912Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8852788Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8856739Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8860817Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8865100Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8869387Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8873213Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8877390Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8881759Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8885791Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8889952Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8893826Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8897971Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8902076Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8906103Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8910173Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8914213Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8918280Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8922412Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8926618Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8930657Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8934692Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8938726Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8943630Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8947284Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8951237Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8955298Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8959712Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8963725Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8967861Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8972111Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8976389Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8980588Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8984607Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8988759Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8992728Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.8996971Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9001171Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9005138Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9009354Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9013372Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9017824Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9022065Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9025965Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9030644Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9034526Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9038531Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9042690Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9046893Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9051131Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9055583Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9060047Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9064495Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9068578Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9072370Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9076335Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9080406Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9084412Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9088447Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9092738Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9096781Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9100810Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9105057Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9109398Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9113367Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9117495Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9121519Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9125718Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9129798Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9133848Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9137932Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9142220Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9146322Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9150356Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9154486Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9158580Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9162761Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9167031Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9171282Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9175389Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9179735Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9184018Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9188037Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9191853Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9195836Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9199591Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9203729Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9207805Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9211738Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9215913Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9220217Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9224444Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9228641Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9232925Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9236979Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9241549Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9245749Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9249950Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9254149Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9258292Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9262395Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9266460Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9270781Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9274730Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9279359Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9283511Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9287621Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9291788Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9296081Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9300064Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9304351Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9308793Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9312736Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9316765Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9320845Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9325023Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9329117Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9333173Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9337252Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9341338Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9345499Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9349629Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9353780Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9357890Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9362126Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9366321Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9370508Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9374668Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9378828Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9383085Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9387271Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9391458Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9395606Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9399782Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9404023Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9408223Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9412365Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9416513Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9420671Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9424980Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9429117Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9433445Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9437659Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9441663Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9446093Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9450315Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9454433Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9458402Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9462731Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9467040Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9471479Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9475643Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9480033Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9484295Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9488773Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9493288Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9497725Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9502054Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9506553Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9510981Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9515967Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9520339Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9524396Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9528755Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9533020Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9537168Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9541582Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9546041Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9550658Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9555241Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9559786Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9564465Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9569098Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9573845Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9577843Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9582510Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9587145Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9590680Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9594827Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9599076Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9603296Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9607719Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9611940Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9616065Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9620412Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9625088Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9629084Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9633569Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9637842Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9642000Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9646468Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9650714Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9654847Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9659582Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9663450Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9667413Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9671637Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9675639Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9679860Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9684124Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9688492Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9692713Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9696699Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9700689Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9705149Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9709814Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9714493Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9718895Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9723268Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9727894Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9732449Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9737023Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9741438Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9746696Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9751619Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9756732Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9761842Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9767022Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9772180Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9777027Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9782362Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9787217Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9792192Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9796731Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9800768Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9804978Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9809129Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9813332Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9817708Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9821719Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9826013Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9830064Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9834391Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9838768Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9843269Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9847547Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9851595Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9855854Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9860014Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9864126Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9868620Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9873000Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9877061Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9880986Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9885444Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9889481Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9893614Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9897658Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9901791Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9906345Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9910646Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9914737Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9918966Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9923259Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9927425Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9931577Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9935724Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9939997Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9944362Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9948765Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9952685Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9957254Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9961663Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9965639Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9970355Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9974899Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9979254Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9983637Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9987853Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9992234Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:49.9996282Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0000724Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0005115Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0009260Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0013747Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0018775Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0022894Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0027420Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0031839Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0036003Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0040048Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0044230Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0048393Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0052590Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0057100Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0061334Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0065516Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0069716Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0073999Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0078203Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0082525Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0086748Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0090996Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0094753Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0098846Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0102999Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0107299Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0111391Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0115736Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0119903Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0124249Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0128748Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0133401Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0137425Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0142279Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0146378Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0150543Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0154605Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0158831Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0163221Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0167516Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0171700Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0175950Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0180159Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0184506Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0188670Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0192925Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0196958Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0201153Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0205576Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0210223Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0215020Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0219540Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0224730Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0229556Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0234568Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0239413Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0244471Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0249336Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0254301Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0259136Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0264333Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0269239Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0273849Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0278876Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0283657Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0288447Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0293403Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0298230Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0303373Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0308302Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0312970Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0317645Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0322357Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0327134Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0331910Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0336745Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0341578Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0346350Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0351142Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0356050Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0360903Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0366001Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0370885Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0375822Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0380851Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0385825Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0390734Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0395558Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0400392Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0405436Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0410289Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0415214Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0420112Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0425107Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0429947Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0434892Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0439775Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0444690Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0449610Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0454528Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0459385Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0464623Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0469313Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0474157Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0478952Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0483852Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0488770Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0493603Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0498320Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0503433Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0508178Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0512990Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0517887Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0522617Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0527525Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0532325Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0537259Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0542162Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0546952Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0551764Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0556634Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0561400Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0566289Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0571071Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0575886Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0580670Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0585646Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0590440Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0595212Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0600004Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0604886Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0609785Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0614642Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0619453Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0624399Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0629255Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0633961Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0638847Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0643702Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0648562Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0653399Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0658224Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0663308Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0668114Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0672976Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0677749Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0682553Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0687463Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0692318Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0697282Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0702193Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0707135Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0711882Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0716768Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0721551Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0726575Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0731443Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0763787Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-08-17T13:33:50.0768649Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0773176Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0778082Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0783195Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0787817Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0792474Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0797364Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0802075Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0806890Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0811716Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0816437Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0821277Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0826176Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0830829Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0835503Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0840244Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0845087Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0849654Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0854496Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0859248Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0863925Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0868644Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0872850Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0876863Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0881004Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0885265Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0889477Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0893659Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0897562Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0901741Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0905610Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0909682Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0913653Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0917798Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0921876Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0925849Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0929976Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0933976Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0938231Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0942394Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0946358Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0950318Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0954332Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0958345Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0962701Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0966648Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0970750Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0975287Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0980016Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0984681Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0989332Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0993974Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.0998580Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1003190Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1007965Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1012605Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1017510Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1022362Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1026354Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1030570Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1034778Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1039145Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1043808Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1048537Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1053372Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1057282Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1061374Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1065584Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1069271Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1073333Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1077251Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1081233Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1085382Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1089585Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1093624Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1097682Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1101971Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1106102Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1110063Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1114095Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1118153Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1122217Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1126406Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1130409Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1134472Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1138578Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1142765Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1146936Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1151074Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1155122Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1159236Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1163434Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1167836Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1171857Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1176118Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1180277Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1184539Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1188399Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1192428Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1196757Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1200512Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1204796Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1208679Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1212846Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1216703Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1220707Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1224766Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1228853Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1232889Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1236860Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1240991Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1244962Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1248991Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1253170Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1257321Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1261641Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1265700Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1269873Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1273931Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1277836Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1282247Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1286107Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1290231Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1294504Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1298443Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1302684Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1306512Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1310600Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1314668Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-08-17T13:33:50.1316448Z 2022-08-17T13:33:50.1317038Z ---------------------------------------------------------------------- 2022-08-17T13:33:50.1317202Z Ran 6639 tests in 3.108s 2022-08-17T13:33:50.1317213Z 2022-08-17T13:33:50.1317350Z OK (skipped=6639) 2022-08-17T13:33:50.1317359Z 2022-08-17T13:33:50.1317507Z Generating XML reports... 2022-08-17T13:33:51.0384896Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220817133346.xml 2022-08-17T13:33:51.8451549Z Running test_set_default_mobile_cpu_allocator ... [2022-08-17 13:33:51.844722] 2022-08-17T13:33:51.8452167Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:51.844814] 2022-08-17T13:33:54.9401497Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-08-17T13:33:54.9415089Z 2022-08-17T13:33:54.9415414Z Running tests... 2022-08-17T13:33:54.9415992Z ---------------------------------------------------------------------- 2022-08-17T13:33:55.2655789Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.324s) 2022-08-17T13:33:55.2664347Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-08-17T13:33:55.2664854Z 2022-08-17T13:33:55.2665140Z ---------------------------------------------------------------------- 2022-08-17T13:33:55.2665387Z Ran 2 tests in 0.325s 2022-08-17T13:33:55.2665502Z 2022-08-17T13:33:55.2665563Z OK 2022-08-17T13:33:55.2665642Z 2022-08-17T13:33:55.2665726Z Generating XML reports... 2022-08-17T13:33:55.2696821Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220817133354.xml 2022-08-17T13:33:55.8607325Z Running test_fx_passes ... [2022-08-17 13:33:55.860274] 2022-08-17T13:33:55.8607860Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:33:55.860376] 2022-08-17T13:33:59.0929458Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-08-17T13:33:59.0949261Z 2022-08-17T13:33:59.0949741Z Running tests... 2022-08-17T13:33:59.0950195Z ---------------------------------------------------------------------- 2022-08-17T13:33:59.4225679Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.327s) 2022-08-17T13:33:59.4337206Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-08-17T13:33:59.4444891Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-08-17T13:33:59.4549818Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-08-17T13:33:59.4651568Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-08-17T13:33:59.4752835Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-08-17T13:33:59.4862649Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-08-17T13:33:59.4961947Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-08-17T13:33:59.5062420Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-08-17T13:33:59.5177804Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-08-17T13:33:59.5283838Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-08-17T13:33:59.5386798Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-08-17T13:33:59.5586091Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.020s) 2022-08-17T13:33:59.5792598Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.021s) 2022-08-17T13:33:59.5835614Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-08-17T13:33:59.5878963Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-08-17T13:33:59.5973519Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-08-17T13:33:59.6144699Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.017s) 2022-08-17T13:33:59.6224196Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-08-17T13:33:59.6304449Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-08-17T13:33:59.6375441Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:33:59.6445753Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:33:59.6519787Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:33:59.6586594Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-08-17T13:33:59.6674963Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-08-17T13:33:59.6706566Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-08-17T13:33:59.6739443Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-08-17T13:33:59.6790341Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.6839940Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.6884600Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:33:59.6931364Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.6980860Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.7031856Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.7074908Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:33:59.7123748Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.7185880Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-08-17T13:33:59.7233978Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.7284776Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.7331398Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.7378424Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-08-17T13:33:59.7434510Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-08-17T13:33:59.7478529Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-08-17T13:33:59.7478967Z 2022-08-17T13:33:59.7479341Z ---------------------------------------------------------------------- 2022-08-17T13:33:59.7479798Z Ran 42 tests in 0.653s 2022-08-17T13:33:59.7480013Z 2022-08-17T13:33:59.7480092Z OK 2022-08-17T13:33:59.7480187Z 2022-08-17T13:33:59.7480270Z Generating XML reports... 2022-08-17T13:33:59.7534806Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220817133359.xml 2022-08-17T13:33:59.7549646Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220817133359.xml 2022-08-17T13:34:00.3674315Z Running test_tensorexpr_pybind ... [2022-08-17 13:34:00.367015] 2022-08-17T13:34:00.3674859Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:34:00.367115] 2022-08-17T13:34:03.6288068Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-08-17T13:34:03.6306614Z 2022-08-17T13:34:03.6306723Z Running tests... 2022-08-17T13:34:03.6307293Z ---------------------------------------------------------------------- 2022-08-17T13:34:04.0303243Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.399s) 2022-08-17T13:34:04.0317381Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-08-17T13:34:04.0362952Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.004s) 2022-08-17T13:34:04.0376607Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-08-17T13:34:04.0433394Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.006s) 2022-08-17T13:34:04.0570262Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.014s) 2022-08-17T13:34:04.0605358Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-08-17T13:34:04.0620846Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-08-17T13:34:04.0637902Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-08-17T13:34:04.0653398Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-08-17T13:34:04.0664153Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-08-17T13:34:04.0675213Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-08-17T13:34:04.0688490Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-08-17T13:34:04.0698382Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-08-17T13:34:04.0711386Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-08-17T13:34:04.0721867Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-08-17T13:34:04.0766864Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.004s) 2022-08-17T13:34:04.0767126Z 2022-08-17T13:34:04.0767626Z ---------------------------------------------------------------------- 2022-08-17T13:34:04.0768084Z Ran 17 tests in 0.446s 2022-08-17T13:34:04.0768236Z 2022-08-17T13:34:04.0768314Z OK (skipped=10) 2022-08-17T13:34:04.0768410Z 2022-08-17T13:34:04.0768494Z Generating XML reports... 2022-08-17T13:34:04.0809182Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220817133403.xml 2022-08-17T13:34:04.0827963Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220817133403.xml 2022-08-17T13:34:04.6694821Z Running test_cpp_extensions_aot_ninja ... [2022-08-17 13:34:04.669088] 2022-08-17T13:34:08.1789325Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:34:08.5945699Z running install 2022-08-17T13:34:08.5947674Z /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-08-17T13:34:08.5948101Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T13:34:08.6068735Z running build 2022-08-17T13:34:08.6069186Z running build_py 2022-08-17T13:34:08.6719263Z creating build 2022-08-17T13:34:08.6729851Z creating build/lib.linux-x86_64-3.7 2022-08-17T13:34:08.6744981Z creating build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-08-17T13:34:08.6756451Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-08-17T13:34:08.6758999Z running build_ext 2022-08-17T13:34:08.7519479Z building 'torch_test_cpp_extension.cpp' extension 2022-08-17T13:34:08.7519918Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7 2022-08-17T13:34:08.8277781Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:34:08.8278823Z Compiling objects... 2022-08-17T13:34:08.8279154Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:34:10.7690687Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/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-3.7/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-08-17T13:34:10.7694133Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:34:10.7694621Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13, 2022-08-17T13:34:10.7695147Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-08-17T13:34:10.7695723Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-08-17T13:34:10.7696039Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-08-17T13:34:10.7696613Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-08-17T13:34:10.7697005Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-08-17T13:34:10.7697679Z /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-08-17T13:34:10.7698088Z 1479 | class class_ : public detail::generic_type { 2022-08-17T13:34:10.7698299Z | ^~~~~~ 2022-08-17T13:34:10.7827006Z 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-3.7/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:34:11.7213188Z building 'torch_test_cpp_extension.ort' extension 2022-08-17T13:34:11.7973609Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:34:11.8003890Z Compiling objects... 2022-08-17T13:34:11.8004163Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:34:13.7505732Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/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-3.7/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-08-17T13:34:13.7507331Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:34:13.7590892Z 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-3.7/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-3.7/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:34:14.6871772Z building 'torch_test_cpp_extension.rng' extension 2022-08-17T13:34:14.7611217Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:34:14.7612027Z Compiling objects... 2022-08-17T13:34:14.7612421Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:34:16.8377158Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-3.7/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-3.7/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-08-17T13:34:16.8378595Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:34:16.8379080Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8, 2022-08-17T13:34:16.8379510Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-08-17T13:34:16.8379926Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-08-17T13:34:16.8380373Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-08-17T13:34:16.8380728Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-08-17T13:34:16.8381207Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-08-17T13:34:16.8381500Z 975 | # pragma unroll 2022-08-17T13:34:16.8381669Z | 2022-08-17T13:34:16.8462739Z 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-3.7/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-3.7/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:34:17.7785149Z running install_lib 2022-08-17T13:34:17.8441682Z creating install 2022-08-17T13:34:17.8451041Z creating install/opt 2022-08-17T13:34:17.8461329Z creating install/opt/conda 2022-08-17T13:34:17.8472059Z creating install/opt/conda/lib 2022-08-17T13:34:17.8482082Z creating install/opt/conda/lib/python3.7 2022-08-17T13:34:17.8508869Z creating install/opt/conda/lib/python3.7/site-packages 2022-08-17T13:34:17.8520164Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:34:17.8543237Z copying build/lib.linux-x86_64-3.7/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-08-17T13:34:17.8545198Z copying build/lib.linux-x86_64-3.7/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-08-17T13:34:17.8686497Z copying build/lib.linux-x86_64-3.7/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-08-17T13:34:17.8838220Z copying build/lib.linux-x86_64-3.7/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-08-17T13:34:17.9000520Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-08-17T13:34:17.9016793Z running install_egg_info 2022-08-17T13:34:18.0336657Z running egg_info 2022-08-17T13:34:18.0337134Z creating torch_test_cpp_extension.egg-info 2022-08-17T13:34:18.0996981Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-08-17T13:34:18.1601398Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-08-17T13:34:18.5990729Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-08-17T13:34:18.5991410Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:34:18.6044061Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:34:18.6051741Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:34:18.6052299Z 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-08-17T13:34:18.6069644Z running install_scripts 2022-08-17T13:34:22.8250639Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:34:23.1154115Z running install 2022-08-17T13:34:23.1156492Z /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-08-17T13:34:23.1156981Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T13:34:23.1278840Z running build 2022-08-17T13:34:23.1279178Z running build_ext 2022-08-17T13:34:23.2034703Z building 'no_python_abi_suffix_test' extension 2022-08-17T13:34:23.2035076Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-08-17T13:34:23.2059649Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7 2022-08-17T13:34:23.2809282Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:34:23.2811136Z Compiling objects... 2022-08-17T13:34:23.2811453Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:34:23.4413334Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/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-3.7/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-08-17T13:34:23.4414929Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:34:23.4563453Z creating build/lib.linux-x86_64-3.7 2022-08-17T13:34:23.4597285Z 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-3.7/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-3.7/no_python_abi_suffix_test.so 2022-08-17T13:34:24.2273129Z running install_lib 2022-08-17T13:34:24.2924210Z creating install 2022-08-17T13:34:24.2941688Z creating install/opt 2022-08-17T13:34:24.2956368Z creating install/opt/conda 2022-08-17T13:34:24.2977215Z creating install/opt/conda/lib 2022-08-17T13:34:24.2995844Z creating install/opt/conda/lib/python3.7 2022-08-17T13:34:24.3009747Z creating install/opt/conda/lib/python3.7/site-packages 2022-08-17T13:34:24.3021522Z copying build/lib.linux-x86_64-3.7/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-08-17T13:34:24.3029911Z running install_egg_info 2022-08-17T13:34:24.4331708Z running egg_info 2022-08-17T13:34:24.4332132Z creating no_python_abi_suffix_test.egg-info 2022-08-17T13:34:24.4970735Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-08-17T13:34:24.5552983Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-08-17T13:34:24.9023909Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-08-17T13:34:24.9024612Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:34:24.9074804Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:34:24.9082185Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:34:24.9082972Z 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-08-17T13:34:24.9103318Z running install_scripts 2022-08-17T13:34:25.6209591Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:34:25.620544] 2022-08-17T13:34:29.4954022Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:34:29.6240499Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-08-17T13:34:29.6260439Z 2022-08-17T13:34:29.6260580Z Running tests... 2022-08-17T13:34:29.6260995Z ---------------------------------------------------------------------- 2022-08-17T13:34:29.6514955Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.025s) 2022-08-17T13:34:29.6521510Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:29.6530711Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:29.6537529Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:29.6544351Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:29.6571487Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.003s) 2022-08-17T13:34:29.6593545Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-08-17T13:34:29.6609904Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-08-17T13:34:29.6618616Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:34:29.6635251Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-08-17T13:34:29.6669765Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-08-17T13:34:29.6794760Z test_unregistered (__main__.TestORTTensor) ... ok (0.012s) 2022-08-17T13:34:29.6819903Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-08-17T13:34:29.6885777Z test_rng (__main__.TestRNGExtension) ... ok (0.006s) 2022-08-17T13:34:29.6898074Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:29.6898396Z 2022-08-17T13:34:29.6898820Z ---------------------------------------------------------------------- 2022-08-17T13:34:29.6899212Z Ran 15 tests in 0.064s 2022-08-17T13:34:29.6899394Z 2022-08-17T13:34:29.6899525Z OK (skipped=5) 2022-08-17T13:34:29.6899683Z 2022-08-17T13:34:29.6899796Z Generating XML reports... 2022-08-17T13:34:29.6940934Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220817133429.xml 2022-08-17T13:34:29.6948012Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220817133429.xml 2022-08-17T13:34:29.6951593Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220817133429.xml 2022-08-17T13:34:29.6955807Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220817133429.xml 2022-08-17T13:34:30.4782879Z Running test_cpp_extensions_aot_no_ninja ... [2022-08-17 13:34:30.477848] 2022-08-17T13:34:33.9762597Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:34:34.3986439Z running install 2022-08-17T13:34:34.3988500Z /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-08-17T13:34:34.3989276Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T13:34:34.4114913Z running build 2022-08-17T13:34:34.4115299Z running build_py 2022-08-17T13:34:34.4760051Z creating build 2022-08-17T13:34:34.4775629Z creating build/lib.linux-x86_64-3.7 2022-08-17T13:34:34.4785065Z creating build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-08-17T13:34:34.4800227Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-3.7/torch_test_cpp_extension 2022-08-17T13:34:34.4803412Z running build_ext 2022-08-17T13:34:34.4822744Z building 'torch_test_cpp_extension.cpp' extension 2022-08-17T13:34:34.4823331Z creating build/temp.linux-x86_64-3.7 2022-08-17T13:34:34.4845083Z 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-3.7/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-08-17T13:34:36.3053718Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:34:36.3054794Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13, 2022-08-17T13:34:36.3055647Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-08-17T13:34:36.3056166Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-08-17T13:34:36.3056424Z from extension.cpp:1: 2022-08-17T13:34:36.3057101Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-08-17T13:34:36.3057574Z extension.cpp:36:53: required from here 2022-08-17T13:34:36.3058706Z /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-08-17T13:34:36.3059136Z 1479 | class class_ : public detail::generic_type { 2022-08-17T13:34:36.3059355Z | ^~~~~~ 2022-08-17T13:34:36.3076958Z 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-3.7/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:34:37.2307841Z building 'torch_test_cpp_extension.ort' extension 2022-08-17T13:34:37.2311798Z 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-3.7/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-08-17T13:34:39.0050559Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:34:39.0072082Z 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-3.7/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-3.7/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:34:39.9232540Z building 'torch_test_cpp_extension.rng' extension 2022-08-17T13:34:39.9236617Z 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-3.7/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-08-17T13:34:41.7834024Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-08-17T13:34:41.7834670Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8, 2022-08-17T13:34:41.7835113Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-08-17T13:34:41.7835788Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-08-17T13:34:41.7836238Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-08-17T13:34:41.7836549Z from rng_extension.cpp:6: 2022-08-17T13:34:41.7836994Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-08-17T13:34:41.7837289Z 975 | # pragma unroll 2022-08-17T13:34:41.7837463Z | 2022-08-17T13:34:41.7854929Z 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-3.7/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-3.7/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-08-17T13:34:42.7217767Z running install_lib 2022-08-17T13:34:42.7881323Z copying build/lib.linux-x86_64-3.7/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-08-17T13:34:42.8041795Z copying build/lib.linux-x86_64-3.7/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-08-17T13:34:42.8209471Z copying build/lib.linux-x86_64-3.7/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-08-17T13:34:42.8386684Z running install_egg_info 2022-08-17T13:34:42.9705857Z running egg_info 2022-08-17T13:34:43.0335860Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-08-17T13:34:43.0934787Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-08-17T13:34:43.5331852Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-08-17T13:34:43.5394148Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:34:43.5402148Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-08-17T13:34:43.5409335Z 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-08-17T13:34:43.5420340Z 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-08-17T13:34:43.5435364Z running install_scripts 2022-08-17T13:34:47.7475457Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:34:48.0135199Z running install 2022-08-17T13:34:48.0137071Z /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-08-17T13:34:48.0137751Z setuptools.SetuptoolsDeprecationWarning, 2022-08-17T13:34:48.0259790Z running build 2022-08-17T13:34:48.0260123Z running build_ext 2022-08-17T13:34:48.1012185Z building 'no_python_abi_suffix_test' extension 2022-08-17T13:34:48.1747626Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-3.7/build.ninja... 2022-08-17T13:34:48.1755062Z Compiling objects... 2022-08-17T13:34:48.1755509Z Using envvar MAX_JOBS (6) as the number of workers... 2022-08-17T13:34:48.2434865Z ninja: no work to do. 2022-08-17T13:34:48.2511812Z 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-3.7/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-3.7/no_python_abi_suffix_test.so 2022-08-17T13:34:48.9997707Z running install_lib 2022-08-17T13:34:49.0657824Z copying build/lib.linux-x86_64-3.7/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-08-17T13:34:49.0670242Z running install_egg_info 2022-08-17T13:34:49.1987526Z running egg_info 2022-08-17T13:34:49.2639523Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-08-17T13:34:49.3242936Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-08-17T13:34:49.7077644Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-08-17T13:34:49.7141091Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:34:49.7149057Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-08-17T13:34:49.7165595Z 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-08-17T13:34:49.7178891Z 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-08-17T13:34:49.7197667Z running install_scripts 2022-08-17T13:34:50.4218916Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:34:50.421462] 2022-08-17T13:34:54.2018995Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-08-17T13:34:54.2711500Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-08-17T13:34:54.2729991Z 2022-08-17T13:34:54.2730101Z Running tests... 2022-08-17T13:34:54.2730528Z ---------------------------------------------------------------------- 2022-08-17T13:34:54.2973921Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.024s) 2022-08-17T13:34:54.2980670Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:54.2989840Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:54.2996884Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:54.3003897Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:54.3029759Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-08-17T13:34:54.3050667Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-08-17T13:34:54.3066764Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-08-17T13:34:54.3075509Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-08-17T13:34:54.3091454Z test_add (__main__.TestORTTensor) ... ok (0.002s) 2022-08-17T13:34:54.3125222Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-08-17T13:34:54.3250947Z test_unregistered (__main__.TestORTTensor) ... ok (0.012s) 2022-08-17T13:34:54.3274014Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-08-17T13:34:54.3336433Z test_rng (__main__.TestRNGExtension) ... ok (0.006s) 2022-08-17T13:34:54.3347992Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-08-17T13:34:54.3348288Z 2022-08-17T13:34:54.3348730Z ---------------------------------------------------------------------- 2022-08-17T13:34:54.3349145Z Ran 15 tests in 0.062s 2022-08-17T13:34:54.3349344Z 2022-08-17T13:34:54.3349477Z OK (skipped=5) 2022-08-17T13:34:54.3351248Z 2022-08-17T13:34:54.3351659Z Generating XML reports... 2022-08-17T13:34:54.3391097Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220817133454.xml 2022-08-17T13:34:54.3397897Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220817133454.xml 2022-08-17T13:34:54.3401479Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220817133454.xml 2022-08-17T13:34:54.3405780Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220817133454.xml 2022-08-17T13:34:55.0882050Z Running test_jit_llga_fuser ... [2022-08-17 13:34:55.087758] 2022-08-17T13:34:55.0882693Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:34:55.087839] 2022-08-17T13:34:58.2894693Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-08-17T13:34:58.2915175Z 2022-08-17T13:34:58.2915311Z Running tests... 2022-08-17T13:34:58.2915704Z ---------------------------------------------------------------------- 2022-08-17T13:34:58.2928727Z test_bn2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.2939646Z test_conv2d_bn (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.2951212Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.2966406Z test_conv2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.2985507Z test_conv2d_sum (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-08-17T13:34:58.2997690Z test_linear_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3016072Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-08-17T13:34:58.3026933Z test_wildcard (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3030199Z test_vision_alexnet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3033140Z test_vision_densenet121 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3036172Z test_vision_googlenet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3039042Z test_vision_mnasnet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3042265Z test_vision_mobilenet_v2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3045305Z test_vision_resnet50 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3048192Z test_vision_resnext101_32x8d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3051241Z test_vision_resnext50_32x4d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3054399Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3057767Z test_vision_squeezenet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3060833Z test_vision_vgg16 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3063912Z test_vision_wide_resnet50_2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3070157Z test_add (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3075236Z test_add_scalar (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3082182Z test_addmm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3091965Z test_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3097363Z test_bn2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3105978Z test_cat (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3117410Z test_conv2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3126134Z test_eltwise (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3131102Z test_identity_binary (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3136117Z test_layer_norm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-08-17T13:34:58.3142969Z test_linear (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3152759Z test_max_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3158532Z test_mul (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3164929Z test_softmax (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3172812Z test_typecheck (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3180950Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-08-17T13:34:58.3181229Z 2022-08-17T13:34:58.3181444Z ---------------------------------------------------------------------- 2022-08-17T13:34:58.3181748Z Ran 36 tests in 0.027s 2022-08-17T13:34:58.3182014Z 2022-08-17T13:34:58.3182128Z OK (skipped=36) 2022-08-17T13:34:58.3182257Z 2022-08-17T13:34:58.3182343Z Generating XML reports... 2022-08-17T13:34:58.3222426Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220817133458.xml 2022-08-17T13:34:58.3238278Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220817133458.xml 2022-08-17T13:34:58.3258104Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220817133458.xml 2022-08-17T13:34:58.8079256Z Running test_vulkan ... [2022-08-17 13:34:58.807544] 2022-08-17T13:34:58.8079812Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:34:58.807631] 2022-08-17T13:35:01.9586979Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-08-17T13:35:01.9603807Z 2022-08-17T13:35:01.9604212Z Running tests... 2022-08-17T13:35:01.9604653Z ---------------------------------------------------------------------- 2022-08-17T13:35:01.9652410Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.005s) 2022-08-17T13:35:01.9652784Z 2022-08-17T13:35:01.9653308Z ---------------------------------------------------------------------- 2022-08-17T13:35:01.9653551Z Ran 1 test in 0.005s 2022-08-17T13:35:01.9653669Z 2022-08-17T13:35:01.9653749Z OK (skipped=1) 2022-08-17T13:35:01.9653863Z 2022-08-17T13:35:01.9653952Z Generating XML reports... 2022-08-17T13:35:01.9687314Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220817133501.xml 2022-08-17T13:35:02.4914541Z Running test_mkldnn_fusion ... [2022-08-17 13:35:02.491038] 2022-08-17T13:35:02.4915065Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:35:02.491134] 2022-08-17T13:35:05.8430532Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-08-17T13:35:05.8446517Z 2022-08-17T13:35:05.8447043Z Running tests... 2022-08-17T13:35:05.8447683Z ---------------------------------------------------------------------- 2022-08-17T13:35:05.8465673Z test_conv_eltwise (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.002s) 2022-08-17T13:35:05.8484596Z test_single_conv (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.002s) 2022-08-17T13:35:05.8484921Z 2022-08-17T13:35:05.8485266Z ---------------------------------------------------------------------- 2022-08-17T13:35:05.8485668Z Ran 2 tests in 0.004s 2022-08-17T13:35:05.8485852Z 2022-08-17T13:35:05.8485964Z OK (skipped=2) 2022-08-17T13:35:05.8486128Z 2022-08-17T13:35:05.8486245Z Generating XML reports... 2022-08-17T13:35:05.8518624Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220817133505.xml 2022-08-17T13:35:06.3900873Z Running test_cuda_primary_ctx ... [2022-08-17 13:35:06.389669] 2022-08-17T13:35:06.3901689Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:35:06.389768] 2022-08-17T13:35:09.4964153Z CUDA not available, skipping tests 2022-08-17T13:35:09.9748263Z Running test_hub ... [2022-08-17 13:35:09.974416] 2022-08-17T13:35:09.9748853Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-08-17 13:35:09.974506] 2022-08-17T13:35:14.1737692Z 2022-08-17T13:35:14.1738132Z real 80m13.541s 2022-08-17T13:35:14.1738498Z user 98m40.799s 2022-08-17T13:35:14.1738785Z sys 2m12.870s 2022-08-17T13:35:14.1739042Z + assert_git_not_dirty 2022-08-17T13:35:14.1739647Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-08-17T13:35:14.1740192Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-08-17T13:35:14.1740581Z ++ git status --porcelain 2022-08-17T13:35:21.9079236Z + git_status= 2022-08-17T13:35:21.9079704Z + [[ -n '' ]] 2022-08-17T13:35:21.9142851Z Prepare all required actions 2022-08-17T13:35:21.9143163Z Getting action download info 2022-08-17T13:35:22.2473465Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-08-17T13:35:22.2473688Z with: 2022-08-17T13:35:22.2474027Z github-token: *** 2022-08-17T13:35:22.2474178Z env: 2022-08-17T13:35:22.2474350Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:22.2474535Z ##[endgroup] 2022-08-17T13:35:22.2499980Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-08-17T13:35:22.2500215Z with: 2022-08-17T13:35:22.2500360Z shell: bash 2022-08-17T13:35:22.2500537Z timeout_minutes: 10 2022-08-17T13:35:22.2500717Z max_attempts: 5 2022-08-17T13:35:22.2500897Z retry_wait_seconds: 30 2022-08-17T13:35:22.2501265Z 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-08-17T13:35:22.2501690Z polling_interval_seconds: 1 2022-08-17T13:35:22.2502053Z warning_on_retry: true 2022-08-17T13:35:22.2502228Z continue_on_error: false 2022-08-17T13:35:22.2502405Z env: 2022-08-17T13:35:22.2502573Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:22.2502875Z GITHUB_TOKEN: *** 2022-08-17T13:35:22.2503053Z ##[endgroup] 2022-08-17T13:35:22.5464277Z 2022-08-17T13:35:22.5512167Z + python3 -m pip install requests==2.26.0 2022-08-17T13:35:23.0938001Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:35:23.1211713Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-08-17T13:35:23.1340578Z 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.3) 2022-08-17T13:35:23.1360343Z 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-08-17T13:35:23.1382477Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.6.15) 2022-08-17T13:35:23.1395848Z 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.11) 2022-08-17T13:35:23.2331851Z ++ python3 .github/scripts/get_workflow_job_id.py 2875102080 i-06a6ad864acd2da6c 2022-08-17T13:35:25.2993524Z + GHA_WORKFLOW_JOB_ID=7878228976 2022-08-17T13:35:25.2994323Z + echo '::set-output name=job-id::7878228976' 2022-08-17T13:35:25.5531071Z Command completed after 1 attempt(s). 2022-08-17T13:35:25.5531366Z 2022-08-17T13:35:25.5646771Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-08-17T13:35:25.5646995Z kill "$MONITOR_SCRIPT_PID" 2022-08-17T13:35:25.5712902Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:35:25.5713126Z env: 2022-08-17T13:35:25.5713380Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:25.5713581Z MONITOR_SCRIPT_PID: 20660 2022-08-17T13:35:25.5713769Z ##[endgroup] 2022-08-17T13:35:25.5790265Z Prepare all required actions 2022-08-17T13:35:25.5790521Z Getting action download info 2022-08-17T13:35:25.7489663Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-08-17T13:35:25.8975226Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-08-17T13:35:25.8975447Z with: 2022-08-17T13:35:25.8975670Z file-suffix: test-default-3-5-linux.2xlarge_7878228976 2022-08-17T13:35:25.8975874Z env: 2022-08-17T13:35:25.8976044Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:25.8976228Z ##[endgroup] 2022-08-17T13:35:25.9000070Z ##[group]Run # Remove any previous test jsons if they exist 2022-08-17T13:35:25.9000356Z # Remove any previous test jsons if they exist 2022-08-17T13:35:25.9000587Z rm -f test-jsons-*.zip 2022-08-17T13:35:25.9000818Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-08-17T13:35:25.9012306Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:35:25.9012561Z env: 2022-08-17T13:35:25.9012726Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:25.9012976Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_7878228976 2022-08-17T13:35:25.9013202Z ##[endgroup] 2022-08-17T13:35:25.9244800Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-08-17T13:35:25.9271168Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-08-17T13:35:25.9276976Z adding: test/profiler_utils_mock_events.json (deflated 87%) 2022-08-17T13:35:25.9277851Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-08-17T13:35:25.9282565Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-08-17T13:35:25.9302790Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T13:35:25.9303081Z # Remove any previous test reports if they exist 2022-08-17T13:35:25.9303320Z rm -f test-reports-*.zip 2022-08-17T13:35:25.9303573Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-08-17T13:35:25.9314382Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:35:25.9314599Z env: 2022-08-17T13:35:25.9314761Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:25.9315008Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_7878228976 2022-08-17T13:35:25.9315231Z ##[endgroup] 2022-08-17T13:35:25.9408870Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220817121507.xml (deflated 42%) 2022-08-17T13:35:25.9417079Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220817121507.xml (deflated 90%) 2022-08-17T13:35:25.9421250Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20220817121507.xml (deflated 79%) 2022-08-17T13:35:25.9424612Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220817121507.xml (deflated 76%) 2022-08-17T13:35:25.9431149Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220817122004.xml (deflated 49%) 2022-08-17T13:35:25.9437481Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220817122004.xml (deflated 86%) 2022-08-17T13:35:25.9445730Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220817122004.xml (deflated 85%) 2022-08-17T13:35:25.9449347Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20220817122004.xml (deflated 42%) 2022-08-17T13:35:25.9592741Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20220817122004.xml (deflated 98%) 2022-08-17T13:35:25.9597395Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220817130550.xml (deflated 66%) 2022-08-17T13:35:25.9603097Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220817130550.xml (deflated 85%) 2022-08-17T13:35:25.9608603Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220817130550.xml (deflated 48%) 2022-08-17T13:35:25.9612493Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220817130550.xml (deflated 74%) 2022-08-17T13:35:25.9616628Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220817130550.xml (deflated 86%) 2022-08-17T13:35:25.9620194Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220817130550.xml (deflated 73%) 2022-08-17T13:35:25.9625056Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220817130550.xml (deflated 59%) 2022-08-17T13:35:25.9628379Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220817130550.xml (deflated 81%) 2022-08-17T13:35:25.9631615Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220817130550.xml (deflated 70%) 2022-08-17T13:35:25.9640283Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9649531Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9655409Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9659242Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220817130550.xml (deflated 56%) 2022-08-17T13:35:25.9664503Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220817130550.xml (deflated 75%) 2022-08-17T13:35:25.9668753Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220817130550.xml (deflated 85%) 2022-08-17T13:35:25.9675998Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220817130550.xml (deflated 82%) 2022-08-17T13:35:25.9685337Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220817130550.xml (deflated 69%) 2022-08-17T13:35:25.9696010Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220817130550.xml (deflated 95%) 2022-08-17T13:35:25.9698561Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9701462Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220817130550.xml (deflated 81%) 2022-08-17T13:35:25.9715098Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220817130550.xml (deflated 89%) 2022-08-17T13:35:25.9717595Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220817130550.xml (deflated 40%) 2022-08-17T13:35:25.9722099Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220817130550.xml (deflated 87%) 2022-08-17T13:35:25.9729619Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220817130550.xml (deflated 51%) 2022-08-17T13:35:25.9733813Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220817130550.xml (deflated 72%) 2022-08-17T13:35:25.9736317Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220817130550.xml (deflated 46%) 2022-08-17T13:35:25.9738947Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220817130550.xml (deflated 52%) 2022-08-17T13:35:25.9741567Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220817130550.xml (deflated 78%) 2022-08-17T13:35:25.9745422Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220817130550.xml (deflated 86%) 2022-08-17T13:35:25.9747839Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220817130550.xml (deflated 62%) 2022-08-17T13:35:25.9753454Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220817130550.xml (deflated 72%) 2022-08-17T13:35:25.9755985Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220817130550.xml (deflated 62%) 2022-08-17T13:35:25.9766098Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220817130550.xml (deflated 89%) 2022-08-17T13:35:25.9774460Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220817130550.xml (deflated 84%) 2022-08-17T13:35:25.9792356Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220817130550.xml (deflated 94%) 2022-08-17T13:35:25.9795200Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220817130550.xml (deflated 78%) 2022-08-17T13:35:25.9803579Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220817130550.xml (deflated 88%) 2022-08-17T13:35:25.9805930Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220817130550.xml (deflated 75%) 2022-08-17T13:35:25.9808618Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220817130550.xml (deflated 81%) 2022-08-17T13:35:25.9812437Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9815036Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9817527Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220817130550.xml (deflated 68%) 2022-08-17T13:35:25.9823598Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9826212Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220817130550.xml (deflated 86%) 2022-08-17T13:35:25.9830284Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220817130550.xml (deflated 49%) 2022-08-17T13:35:25.9833228Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220817130550.xml (deflated 81%) 2022-08-17T13:35:25.9836281Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220817130550.xml (deflated 64%) 2022-08-17T13:35:25.9839794Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9842826Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220817130550.xml (deflated 60%) 2022-08-17T13:35:25.9848907Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220817130550.xml (deflated 88%) 2022-08-17T13:35:25.9852199Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220817130550.xml (deflated 42%) 2022-08-17T13:35:25.9854879Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220817130550.xml (deflated 80%) 2022-08-17T13:35:25.9858200Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220817130550.xml (deflated 47%) 2022-08-17T13:35:25.9861284Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220817130550.xml (deflated 79%) 2022-08-17T13:35:25.9864343Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220817130550.xml (deflated 85%) 2022-08-17T13:35:25.9867025Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220817130550.xml (deflated 88%) 2022-08-17T13:35:25.9872955Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220817130550.xml (deflated 80%) 2022-08-17T13:35:25.9876135Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220817130550.xml (deflated 80%) 2022-08-17T13:35:25.9883855Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220817130550.xml (deflated 82%) 2022-08-17T13:35:25.9904673Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220817130550.xml (deflated 87%) 2022-08-17T13:35:25.9907437Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220817130550.xml (deflated 78%) 2022-08-17T13:35:25.9910926Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220817130550.xml (deflated 83%) 2022-08-17T13:35:25.9917983Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220817130550.xml (deflated 87%) 2022-08-17T13:35:25.9920308Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220817130550.xml (deflated 75%) 2022-08-17T13:35:25.9922945Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220817130550.xml (deflated 86%) 2022-08-17T13:35:25.9925352Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220817130550.xml (deflated 71%) 2022-08-17T13:35:25.9933100Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220817130550.xml (deflated 90%) 2022-08-17T13:35:25.9936770Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220817130550.xml (deflated 87%) 2022-08-17T13:35:25.9940629Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220817130550.xml (deflated 74%) 2022-08-17T13:35:25.9947584Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220817130550.xml (deflated 80%) 2022-08-17T13:35:25.9950187Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220817130550.xml (deflated 61%) 2022-08-17T13:35:25.9953894Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220817130550.xml (deflated 87%) 2022-08-17T13:35:25.9961719Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220817130550.xml (deflated 87%) 2022-08-17T13:35:25.9973328Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220817130550.xml (deflated 82%) 2022-08-17T13:35:25.9976055Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220817130550.xml (deflated 82%) 2022-08-17T13:35:25.9979643Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220817130550.xml (deflated 88%) 2022-08-17T13:35:25.9983446Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220817130550.xml (deflated 86%) 2022-08-17T13:35:25.9987335Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220817130550.xml (deflated 61%) 2022-08-17T13:35:25.9990674Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220817130550.xml (deflated 85%) 2022-08-17T13:35:25.9993251Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220817130550.xml (deflated 77%) 2022-08-17T13:35:25.9996269Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220817130550.xml (deflated 72%) 2022-08-17T13:35:25.9999217Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220817130550.xml (deflated 78%) 2022-08-17T13:35:26.0001699Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220817130550.xml (deflated 74%) 2022-08-17T13:35:26.0009486Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220817130550.xml (deflated 92%) 2022-08-17T13:35:26.0016220Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220817130550.xml (deflated 84%) 2022-08-17T13:35:26.0044810Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220817131343.xml (deflated 93%) 2022-08-17T13:35:26.0048923Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220817132046.xml (deflated 52%) 2022-08-17T13:35:26.0052817Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20220817132419.xml (deflated 81%) 2022-08-17T13:35:26.0056640Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20220817132419.xml (deflated 75%) 2022-08-17T13:35:26.0063326Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220817132612.xml (deflated 59%) 2022-08-17T13:35:26.0066714Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220817132612.xml (deflated 56%) 2022-08-17T13:35:26.0071133Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220817132612.xml (deflated 91%) 2022-08-17T13:35:26.0078552Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220817132612.xml (deflated 90%) 2022-08-17T13:35:26.0081415Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220817132612.xml (deflated 69%) 2022-08-17T13:35:26.0085725Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220817132612.xml (deflated 73%) 2022-08-17T13:35:26.0088901Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220817132612.xml (deflated 82%) 2022-08-17T13:35:26.0093307Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220817132612.xml (deflated 58%) 2022-08-17T13:35:26.0097347Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220817132612.xml (deflated 83%) 2022-08-17T13:35:26.0101079Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220817132612.xml (deflated 75%) 2022-08-17T13:35:26.0105297Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220817132612.xml (deflated 65%) 2022-08-17T13:35:26.0121346Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220817132749.xml (deflated 86%) 2022-08-17T13:35:26.0129461Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220817132749.xml (deflated 60%) 2022-08-17T13:35:26.0137240Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20220817132749.xml (deflated 86%) 2022-08-17T13:35:26.0140900Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220817132749.xml (deflated 85%) 2022-08-17T13:35:26.0144715Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220817132749.xml (deflated 72%) 2022-08-17T13:35:26.0152130Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220817132749.xml (deflated 94%) 2022-08-17T13:35:26.0157176Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220817132749.xml (deflated 87%) 2022-08-17T13:35:26.0160227Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20220817132749.xml (deflated 68%) 2022-08-17T13:35:26.0163839Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220817132749.xml (deflated 77%) 2022-08-17T13:35:26.0166807Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220817132858.xml (deflated 62%) 2022-08-17T13:35:26.0175542Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220817132858.xml (deflated 89%) 2022-08-17T13:35:26.0199294Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220817132858.xml (deflated 93%) 2022-08-17T13:35:26.0204565Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220817132858.xml (deflated 42%) 2022-08-17T13:35:26.0213604Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20220817132954.xml (deflated 95%) 2022-08-17T13:35:26.0217239Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220817133038.xml (deflated 54%) 2022-08-17T13:35:26.0221017Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220817133038.xml (deflated 71%) 2022-08-17T13:35:26.0224664Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220817133038.xml (deflated 64%) 2022-08-17T13:35:26.0230808Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220817133038.xml (deflated 80%) 2022-08-17T13:35:26.0234313Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220817133038.xml (deflated 82%) 2022-08-17T13:35:26.0239023Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220817133038.xml (deflated 74%) 2022-08-17T13:35:26.0242635Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220817133038.xml (deflated 73%) 2022-08-17T13:35:26.0247103Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220817133038.xml (deflated 80%) 2022-08-17T13:35:26.0252141Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220817133038.xml (deflated 76%) 2022-08-17T13:35:26.0255744Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220817133038.xml (deflated 69%) 2022-08-17T13:35:26.0258852Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220817133038.xml (deflated 50%) 2022-08-17T13:35:26.0265834Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220817133038.xml (deflated 57%) 2022-08-17T13:35:26.0271683Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220817133038.xml (deflated 66%) 2022-08-17T13:35:26.0276618Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220817133038.xml (deflated 78%) 2022-08-17T13:35:26.0280694Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220817133038.xml (deflated 78%) 2022-08-17T13:35:26.0287549Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220817133038.xml (deflated 72%) 2022-08-17T13:35:26.0321117Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20220817133113.xml (deflated 96%) 2022-08-17T13:35:26.0326701Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220817133134.xml (deflated 92%) 2022-08-17T13:35:26.0331506Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220817133148.xml (deflated 87%) 2022-08-17T13:35:26.0343509Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20220817133202.xml (deflated 94%) 2022-08-17T13:35:26.0353467Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20220817133202.xml (deflated 85%) 2022-08-17T13:35:26.0359296Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20220817133202.xml (deflated 86%) 2022-08-17T13:35:26.0363313Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220817133215.xml (deflated 96%) 2022-08-17T13:35:26.0364351Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220817133225.xml (deflated 53%) 2022-08-17T13:35:26.0365259Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220817133237.xml (deflated 78%) 2022-08-17T13:35:26.0365830Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220817133245.xml (deflated 80%) 2022-08-17T13:35:26.0366685Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220817133245.xml (deflated 89%) 2022-08-17T13:35:26.0368022Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20220817133254.xml (deflated 90%) 2022-08-17T13:35:26.0369007Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20220817133302.xml (deflated 56%) 2022-08-17T13:35:26.0369934Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220817133308.xml (deflated 77%) 2022-08-17T13:35:26.0371090Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20220817133313.xml (deflated 82%) 2022-08-17T13:35:26.0372017Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220817133318.xml (deflated 84%) 2022-08-17T13:35:26.0372919Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220817133323.xml (deflated 54%) 2022-08-17T13:35:26.0373879Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220817133323.xml (deflated 76%) 2022-08-17T13:35:26.0374862Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220817133323.xml (deflated 83%) 2022-08-17T13:35:26.0375906Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220817133323.xml (deflated 71%) 2022-08-17T13:35:26.0376824Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220817133323.xml (deflated 68%) 2022-08-17T13:35:26.0377866Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220817133323.xml (deflated 75%) 2022-08-17T13:35:26.0378998Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220817133323.xml (deflated 66%) 2022-08-17T13:35:26.0379867Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220817133323.xml (deflated 74%) 2022-08-17T13:35:26.0380569Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220817133323.xml (deflated 70%) 2022-08-17T13:35:26.0381530Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220817133323.xml (deflated 61%) 2022-08-17T13:35:26.0382622Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220817133323.xml (deflated 68%) 2022-08-17T13:35:26.0383218Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220817133323.xml (deflated 80%) 2022-08-17T13:35:26.0383885Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220817133323.xml (deflated 43%) 2022-08-17T13:35:26.0384422Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220817133323.xml (deflated 80%) 2022-08-17T13:35:26.0384943Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220817133323.xml (deflated 59%) 2022-08-17T13:35:26.0385464Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220817133327.xml (deflated 75%) 2022-08-17T13:35:26.0386018Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220817133332.xml (deflated 88%) 2022-08-17T13:35:26.0386574Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220817133332.xml (deflated 69%) 2022-08-17T13:35:26.0387157Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220817133336.xml (deflated 71%) 2022-08-17T13:35:26.0387710Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220817133341.xml (deflated 63%) 2022-08-17T13:35:26.0454628Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220817133346.xml (deflated 98%) 2022-08-17T13:35:26.0455711Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220817133354.xml (deflated 57%) 2022-08-17T13:35:26.0456775Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220817133359.xml (deflated 90%) 2022-08-17T13:35:26.0457714Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220817133359.xml (deflated 87%) 2022-08-17T13:35:26.0458706Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220817133403.xml (deflated 39%) 2022-08-17T13:35:26.0459732Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220817133403.xml (deflated 86%) 2022-08-17T13:35:26.0460765Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220817133429.xml (deflated 80%) 2022-08-17T13:35:26.0461779Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220817133429.xml (deflated 67%) 2022-08-17T13:35:26.0462904Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220817133429.xml (deflated 40%) 2022-08-17T13:35:26.0463520Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220817133429.xml (deflated 42%) 2022-08-17T13:35:26.0464093Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220817133454.xml (deflated 80%) 2022-08-17T13:35:26.0464645Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220817133454.xml (deflated 67%) 2022-08-17T13:35:26.0465188Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220817133454.xml (deflated 40%) 2022-08-17T13:35:26.0465739Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220817133454.xml (deflated 41%) 2022-08-17T13:35:26.0466273Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220817133458.xml (deflated 82%) 2022-08-17T13:35:26.0466922Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220817133458.xml (deflated 88%) 2022-08-17T13:35:26.0467559Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220817133458.xml (deflated 88%) 2022-08-17T13:35:26.0468211Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220817133501.xml (deflated 43%) 2022-08-17T13:35:26.0469106Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220817133505.xml (deflated 58%) 2022-08-17T13:35:26.0486281Z ##[group]Run # Remove any previous test reports if they exist 2022-08-17T13:35:26.0486589Z # Remove any previous test reports if they exist 2022-08-17T13:35:26.0486821Z rm -f usage-log-*.zip 2022-08-17T13:35:26.0487083Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-08-17T13:35:26.0487370Z # so check to see if the file exists first 2022-08-17T13:35:26.0487596Z if [ -f 'usage_log.txt' ]; then 2022-08-17T13:35:26.0487838Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-08-17T13:35:26.0488038Z fi 2022-08-17T13:35:26.0499078Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:35:26.0499301Z env: 2022-08-17T13:35:26.0499464Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:26.0499709Z FILE_SUFFIX: test-default-3-5-linux.2xlarge_7878228976 2022-08-17T13:35:26.0499938Z ##[endgroup] 2022-08-17T13:35:26.0725458Z adding: usage_log.txt (deflated 96%) 2022-08-17T13:35:26.0761759Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:35:26.0761970Z with: 2022-08-17T13:35:26.0762167Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:35:26.0762369Z retention-days: 14 2022-08-17T13:35:26.0762558Z if-no-files-found: warn 2022-08-17T13:35:26.0762754Z path: test-jsons-*.zip 2022-08-17T13:35:26.0762932Z name: artifact 2022-08-17T13:35:26.0763097Z s3-bucket: gha-artifacts 2022-08-17T13:35:26.0763284Z region: us-east-1 2022-08-17T13:35:26.0763543Z env: 2022-08-17T13:35:26.0763702Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:26.0763882Z ##[endgroup] 2022-08-17T13:35:26.4443823Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:35:26.4444171Z With the provided path, there will be 1 file uploaded 2022-08-17T13:35:26.4444443Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:35:26.4491854Z Starting upload of test-jsons-test-default-3-5-linux.2xlarge_7878228976.zip 2022-08-17T13:35:26.5794455Z Finished upload of test-jsons-test-default-3-5-linux.2xlarge_7878228976.zip 2022-08-17T13:35:26.5914506Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:35:26.5914718Z with: 2022-08-17T13:35:26.5914925Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:35:26.5915131Z retention-days: 14 2022-08-17T13:35:26.5915329Z if-no-files-found: error 2022-08-17T13:35:26.5915532Z path: test-reports-*.zip 2022-08-17T13:35:26.5915702Z name: artifact 2022-08-17T13:35:26.5915880Z s3-bucket: gha-artifacts 2022-08-17T13:35:26.5916067Z region: us-east-1 2022-08-17T13:35:26.5916231Z env: 2022-08-17T13:35:26.5916388Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:26.5916569Z ##[endgroup] 2022-08-17T13:35:26.9036269Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:35:26.9036620Z With the provided path, there will be 1 file uploaded 2022-08-17T13:35:26.9036900Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:35:26.9043347Z Starting upload of test-reports-test-default-3-5-linux.2xlarge_7878228976.zip 2022-08-17T13:35:27.0418735Z Finished upload of test-reports-test-default-3-5-linux.2xlarge_7878228976.zip 2022-08-17T13:35:27.0536580Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-08-17T13:35:27.0536796Z with: 2022-08-17T13:35:27.0536999Z s3-prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:35:27.0537454Z retention-days: 14 2022-08-17T13:35:27.0537648Z if-no-files-found: ignore 2022-08-17T13:35:27.0537850Z path: usage-log-*.zip 2022-08-17T13:35:27.0538016Z name: artifact 2022-08-17T13:35:27.0538194Z s3-bucket: gha-artifacts 2022-08-17T13:35:27.0538382Z region: us-east-1 2022-08-17T13:35:27.0538544Z env: 2022-08-17T13:35:27.0538701Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:27.0538890Z ##[endgroup] 2022-08-17T13:35:27.3642255Z NOTE: s3-prefix specified, ignoring name parameter 2022-08-17T13:35:27.3642972Z With the provided path, there will be 1 file uploaded 2022-08-17T13:35:27.3643622Z Uploading to s3 prefix: pytorch/pytorch/2875102080/1/artifact 2022-08-17T13:35:27.3650853Z Starting upload of usage-log-test-default-3-5-linux.2xlarge_7878228976.zip 2022-08-17T13:35:27.4391299Z Finished upload of usage-log-test-default-3-5-linux.2xlarge_7878228976.zip 2022-08-17T13:35:27.4510813Z ##[group]Run set -x 2022-08-17T13:35:27.4511001Z set -x 2022-08-17T13:35:27.4511222Z python3 -m pip install -r requirements.txt 2022-08-17T13:35:27.4511474Z python3 -m pip install boto3==1.19.12 2022-08-17T13:35:27.4511768Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T13:35:27.4523283Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:35:27.4523577Z env: 2022-08-17T13:35:27.4523755Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:27.4523948Z AWS_DEFAULT_REGION: us-east-1 2022-08-17T13:35:27.4524149Z BRANCH: pull/82657 2022-08-17T13:35:27.4524329Z TEST_CONFIG: default 2022-08-17T13:35:27.4524493Z SHARD_NUMBER: 3 2022-08-17T13:35:27.4524717Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-08-17T13:35:27.4524940Z PR_NUMBER: 82657 2022-08-17T13:35:27.4525110Z PYTORCH_RETRY_TEST_CASES: 1 2022-08-17T13:35:27.4525316Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-08-17T13:35:27.4525579Z SHA1: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T13:35:27.4525771Z TAG: 2022-08-17T13:35:27.4525935Z WORKFLOW_ID: 2875102080 2022-08-17T13:35:27.4526261Z GITHUB_TOKEN: *** 2022-08-17T13:35:27.4526437Z GHA_WORKFLOW_JOB_ID: 7878228976 2022-08-17T13:35:27.4526627Z ##[endgroup] 2022-08-17T13:35:27.4551391Z + python3 -m pip install -r requirements.txt 2022-08-17T13:35:27.6612701Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:35:27.7270694Z Collecting astunparse 2022-08-17T13:35:27.7456964Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-08-17T13:35:27.7721421Z Collecting expecttest 2022-08-17T13:35:27.7763513Z Downloading expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-08-17T13:35:27.8042101Z Collecting future 2022-08-17T13:35:27.8080700Z Downloading future-0.18.2.tar.gz (829 kB) 2022-08-17T13:35:28.7230270Z Collecting numpy 2022-08-17T13:35:28.7371686Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-08-17T13:35:28.9440572Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (5.9.1) 2022-08-17T13:35:29.0276178Z Collecting pyyaml 2022-08-17T13:35:29.0316371Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-08-17T13:35:29.0469151Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (2.26.0) 2022-08-17T13:35:29.0587642Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (49.1.3) 2022-08-17T13:35:29.1018660Z Collecting six 2022-08-17T13:35:29.1053912Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-17T13:35:29.1327627Z Collecting types-dataclasses 2022-08-17T13:35:29.1360413Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-08-17T13:35:29.1686458Z Collecting typing_extensions 2022-08-17T13:35:29.1720590Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-08-17T13:35:29.2170277Z Collecting sympy 2022-08-17T13:35:29.2415572Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-08-17T13:35:29.3901198Z Collecting wheel<1.0,>=0.23.0 2022-08-17T13:35:29.3937443Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-08-17T13:35:29.4028385Z 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 8)) (2.0.12) 2022-08-17T13:35:29.4047458Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 8)) (2022.6.15) 2022-08-17T13:35:29.4056023Z 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 8)) (3.3) 2022-08-17T13:35:29.4067496Z 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 8)) (1.26.11) 2022-08-17T13:35:29.4423713Z Collecting mpmath>=0.19 2022-08-17T13:35:29.4462052Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-08-17T13:35:29.4649774Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-08-17T13:35:29.4992551Z Installing collected packages: six, wheel, astunparse, expecttest, future, numpy, pyyaml, types-dataclasses, typing-extensions, mpmath, sympy 2022-08-17T13:35:29.5338434Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:35:29.5338993Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:35:29.5593013Z Running setup.py install for future: started 2022-08-17T13:35:30.0343412Z Running setup.py install for future: finished with status 'done' 2022-08-17T13:35:31.5918363Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:35:31.5918893Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:35:38.7910819Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-08-17T13:35:38.7911340Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-08-17T13:35:38.8154823Z Successfully installed astunparse-1.6.3 expecttest-0.1.3 future-0.18.2 mpmath-1.2.1 numpy-1.21.6 pyyaml-6.0 six-1.16.0 sympy-1.10.1 types-dataclasses-0.6.6 typing-extensions-4.3.0 wheel-0.37.1 2022-08-17T13:35:38.8912487Z + python3 -m pip install boto3==1.19.12 2022-08-17T13:35:39.0998535Z Defaulting to user installation because normal site-packages is not writeable 2022-08-17T13:35:39.7106496Z Collecting boto3==1.19.12 2022-08-17T13:35:39.7267928Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-08-17T13:35:39.7655389Z Collecting jmespath<1.0.0,>=0.7.1 2022-08-17T13:35:39.7688834Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-08-17T13:35:39.8019410Z Collecting s3transfer<0.6.0,>=0.5.0 2022-08-17T13:35:39.8053914Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-08-17T13:35:40.5293887Z Collecting botocore<1.23.0,>=1.22.12 2022-08-17T13:35:40.5353235Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-08-17T13:35:40.6555719Z 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.11) 2022-08-17T13:35:40.7009081Z Collecting python-dateutil<3.0.0,>=2.1 2022-08-17T13:35:40.7045438Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-08-17T13:35:40.7169040Z 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-08-17T13:35:40.7789877Z Installing collected packages: jmespath, python-dateutil, botocore, s3transfer, boto3 2022-08-17T13:35:41.3922729Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-08-17T13:35:41.4369670Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-08-17T13:35:56.4243069Z [scribe] Scribe access token not provided, sending report via boto3... 2022-08-17T13:35:56.4243485Z 2022-08-17T13:35:56.4245531Z ----- Historic stats comparison result ------ 2022-08-17T13:35:56.4245942Z 2022-08-17T13:35:56.4246115Z job: linux-focal-py3.7-clang7-asan 2022-08-17T13:35:56.4246377Z commit: ce6a3c605df99d1df57c0dda75c06d748e54ed2a 2022-08-17T13:35:56.4246532Z 2022-08-17T13:35:56.4246663Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-08-17T13:35:56.4246842Z 2022-08-17T13:35:56.4246986Z : (master) 2022-08-17T13:35:56.4247153Z | 2022-08-17T13:35:56.4247350Z | * ce6a3c605d (HEAD) total time 4588.82s 2022-08-17T13:35:56.4247527Z | | 2022-08-17T13:35:56.4247685Z | : (3 commits) 2022-08-17T13:35:56.4247847Z |/| 2022-08-17T13:35:56.4247987Z | : (6 commits) 2022-08-17T13:35:56.4248143Z | 2022-08-17T13:35:56.4248440Z * 343b5f8651 (base) 5 reports, total time 4947.76s ± 735.80s 2022-08-17T13:35:56.4248747Z * 1a09b05c94 5 reports, total time 5117.00s ± 670.77s 2022-08-17T13:35:56.4249061Z * df62ea76d1 5 reports, total time 5085.22s ± 877.23s 2022-08-17T13:35:56.4249386Z * aac622ad55 5 reports, total time 5305.08s ± 1049.01s 2022-08-17T13:35:56.4249684Z * 31d4b6f52a 5 reports, total time 5113.28s ± 581.08s 2022-08-17T13:35:56.4249992Z * 0e2efaf9cc 5 reports, total time 5303.23s ± 900.84s 2022-08-17T13:35:56.4250308Z * 1ee9eb52b6 5 reports, total time 5044.10s ± 709.02s 2022-08-17T13:35:56.4250508Z * f4b7c10e14 0 reports 2022-08-17T13:35:56.4250788Z * 785f7f6298 5 reports, total time 5128.75s ± 689.02s 2022-08-17T13:35:56.4251090Z * 3586af8adc 5 reports, total time 5200.25s ± 937.67s 2022-08-17T13:35:56.4251285Z | 2022-08-17T13:35:56.4251417Z : 2022-08-17T13:35:56.4251507Z 2022-08-17T13:35:56.4251623Z Removed (across 487 suites) 0 tests, totaling 0.00s 2022-08-17T13:35:56.4251878Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-08-17T13:35:56.4252116Z Added (across 189 suites) 20149 tests, totaling +4588.82s 2022-08-17T13:35:56.5053359Z Prepare all required actions 2022-08-17T13:35:56.5073315Z ##[group]Run ./.github/actions/teardown-linux 2022-08-17T13:35:56.5073513Z with: 2022-08-17T13:35:56.5073649Z env: 2022-08-17T13:35:56.5073818Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:56.5073996Z ##[endgroup] 2022-08-17T13:35:56.5088623Z ##[group]Run .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T13:35:56.5088882Z .github/scripts/wait_for_ssh_to_drain.sh 2022-08-17T13:35:56.5100036Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:35:56.5100244Z env: 2022-08-17T13:35:56.5100420Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:56.5100607Z ##[endgroup] 2022-08-17T13:35:56.5141319Z Holding runner for 2 hours until all ssh sessions have logged out 2022-08-17T13:35:56.5218097Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T13:35:56.5218621Z # ignore expansion of "docker ps -q" since it could be empty 2022-08-17T13:35:56.5219122Z # shellcheck disable=SC2046 2022-08-17T13:35:56.5219498Z docker stop $(docker ps -q) || true 2022-08-17T13:35:56.5219885Z # Prune all of the docker images 2022-08-17T13:35:56.5220264Z docker system prune -af 2022-08-17T13:35:56.5235384Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-08-17T13:35:56.5235752Z env: 2022-08-17T13:35:56.5236066Z GIT_DEFAULT_BRANCH: master 2022-08-17T13:35:56.5236325Z ##[endgroup] 2022-08-17T13:35:57.5215216Z c91802e6221e 2022-08-17T13:35:58.5676647Z Deleted Containers: 2022-08-17T13:35:58.5676990Z c91802e6221e9d7603f91e0b76bd32f2efd775dbede4e3f12716efd03a5fcaf5 2022-08-17T13:35:58.5677184Z 2022-08-17T13:36:03.7697328Z Deleted Images: 2022-08-17T13:36:03.7698323Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:a347f7e7645f04fc68e4f87c73cf0385233153b8 2022-08-17T13:36:03.7699077Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:516d0f6e64b674c0722f8d9349fea354474069da0ed695d171f2dd77c1703ee3 2022-08-17T13:36:03.7699765Z deleted: sha256:892871bfc9d0cf46e93f4893a72848c2c8904f378660bb3a052c7e705a1e38a0 2022-08-17T13:36:03.7700082Z deleted: sha256:c2877a8e6a5e301c3a128faf9e1630748ae2fc952d6d90277352bd762108fb2c 2022-08-17T13:36:03.7700510Z deleted: sha256:d9a249727858b2e601ec205f31915c6bdd15424646ca5aa932061e0033f8d979 2022-08-17T13:36:03.7700974Z deleted: sha256:2f7a6534896a304ae755d44caffb42d38cf8c067ffc0cddeb3fc4b87332b24d0 2022-08-17T13:36:03.7701317Z deleted: sha256:c2e818bbc30c6545f97e53a03ab1fcc9058d6d2af2d54a15d1e426f0fa841cac 2022-08-17T13:36:03.7701656Z deleted: sha256:657fcd7684d904ac0b6defc9a2aafc9bcba52ebf460b2aa6ba3377fa7772f255 2022-08-17T13:36:03.7702190Z deleted: sha256:37dae91b7901e63e8b0d7160eafdbba6107c91edeaf218ed3c371bce9d5d86fd 2022-08-17T13:36:03.7702528Z deleted: sha256:08f0702e49b913e2edada421e7ac8300676b829a4ef546c8ddebbccd87086475 2022-08-17T13:36:03.7702872Z deleted: sha256:1e43b856d35efd8f683059a7fb45be0a0bd2f5bd36052bd4e0fc255c173241c7 2022-08-17T13:36:03.7703190Z deleted: sha256:b8d2371602bd31a9c9f87382cad041aeb6d312c00c9979c6455aab6f4549bb80 2022-08-17T13:36:03.7703525Z deleted: sha256:450c884bb6ecbee4aff544f96c906c210cd3be6a0b87dd8c76d46bc35e657ad2 2022-08-17T13:36:03.7703859Z deleted: sha256:1eb6bce8a204257392a80f12152f17c80d79912ae7fbea27d21262099c589afc 2022-08-17T13:36:03.7704174Z deleted: sha256:86fb2c4237deef9a533cd563474bcb5b18e2be47e6fc0090bf60e4386eac8abb 2022-08-17T13:36:03.7704512Z deleted: sha256:eed5ec78bfef811881cd8bbb16e463e63006630fd6e374f37fb5c48f172939e7 2022-08-17T13:36:03.7704840Z deleted: sha256:12a32cf98872c58162bac345c8269854aedaa257e7c31e789f0d5b760a85abee 2022-08-17T13:36:03.7705147Z deleted: sha256:33f7d111957915b4783ceab8717c173ec56084d8f27ce3e370e099932f92f1b5 2022-08-17T13:36:03.7705453Z deleted: sha256:60b5505cf6b8966bfd401d3ea3d0a1c8eeccf2f800c7bef48ac98a22d41fb4c0 2022-08-17T13:36:03.7707838Z deleted: sha256:201bc0a3c04317fd3e9c334502cc3e90ff89c53c490ded45308845efac1958a7 2022-08-17T13:36:03.7708504Z deleted: sha256:fe547661db655549e2c949743c8457ca754bae3f27bf7f096b991359e66b12f2 2022-08-17T13:36:03.7708849Z deleted: sha256:6499e453ec6bc0a2ec2b6d3ea8dd1fd6c19fcea701d4dfa221754f72859d1cc6 2022-08-17T13:36:03.7709254Z deleted: sha256:953311ba2532ce63f58cb5912025d03350672a2e19c09d7fcade07f955e13da4 2022-08-17T13:36:03.7709829Z deleted: sha256:7438f6c6ddbfc54ff69bc8d54b4b9ea26d2e62476d49a158fa30605895894518 2022-08-17T13:36:03.7710390Z deleted: sha256:f05bc0fe0f7f21448b2cb5bc9af898b34711dab28ea4d356338b5fe9733bde5f 2022-08-17T13:36:03.7710925Z deleted: sha256:9694642a5b416234ce1cdec0d218a9b19194c437fe8c59ed675bca7d5e7a2d29 2022-08-17T13:36:03.7711499Z deleted: sha256:f5581d49c3ecc532b2bfe5f1450ecbe0ab1b44e287885a11f0d43f7e4b5a7b3e 2022-08-17T13:36:03.7712017Z deleted: sha256:f2fc7297784a7fc101e69d4ffa54c3378c6c3f8a641fe2d7f0187f61a0ef054d 2022-08-17T13:36:03.7712330Z deleted: sha256:c42cd55479a1216441851fb9cc96f9173189ed530e4e59ccf131e9f444219d37 2022-08-17T13:36:03.7712683Z deleted: sha256:75dd5018d6ece1eac883b0a67338c3d38cfee70d7f9eea62145ebd4f24983b9c 2022-08-17T13:36:03.7713018Z deleted: sha256:d30c03af0c5910d2a55497c715fa5cef648517ea791a9d2320fb9cb79ffe82ea 2022-08-17T13:36:03.7713316Z deleted: sha256:a290f779034ff703517515b396c9fc9518e3d4dbef5042b0c599a288e41e3cc0 2022-08-17T13:36:03.7713629Z deleted: sha256:3150c91b3dcab1deee3f121c5fa31310c7a3a03ed96784d5d257df156e4e1fa7 2022-08-17T13:36:03.7713966Z deleted: sha256:0fca86c3d5c2b2949fdf3267bee30b35be175ed0e79ac61b74489e902e5532c5 2022-08-17T13:36:03.7714274Z deleted: sha256:bca180c55363c93bca3216d9577ef250b6880754235bdcc7da721000f5fc3b6e 2022-08-17T13:36:03.7714593Z deleted: sha256:71c03097cccdf960ae6ba24ec99b7519c1b7686db469037d886cb0f6bbad40bf 2022-08-17T13:36:03.7714909Z deleted: sha256:62479e9c585e6e215c470cfe6f690fdbaa5126355c7fa5804d7ece64e2acbe05 2022-08-17T13:36:03.7715237Z deleted: sha256:7edb8e61ed2736fe5f32821a6b64aec7c7a64d8dce39db790bf4d66b041f8644 2022-08-17T13:36:03.7715554Z deleted: sha256:c591161dba8443f37e780a7d0dc635063b3fab7962af68eb5b23c361731eb5a4 2022-08-17T13:36:03.7715963Z deleted: sha256:4789b5add8130d1aa3f60a23376b6f28ca2430cd2090193ed4c4fc5c4d526a86 2022-08-17T13:36:03.7716280Z deleted: sha256:1ce7df8a91004d7a2ce735355ab83390b997476b278bcd1ab4be24c0541d9771 2022-08-17T13:36:03.7716596Z deleted: sha256:a7b8da319cd93eed2a1304798b2f074d4989a88e13fedb03b3a5fe63f43a7266 2022-08-17T13:36:03.7716914Z deleted: sha256:52d25e3b6fb33919593033e3f536f061f58c07f79ca47de79cede402e2982319 2022-08-17T13:36:03.7717234Z deleted: sha256:2b44f3fbe7c2d4e78cdb4758cde37e562fcc8208a5811aaf965b7a498b157b5d 2022-08-17T13:36:03.7717611Z deleted: sha256:4e0c7442d315145604912e7239c4db5e6df6501b6a1e631484156805c9cb9b97 2022-08-17T13:36:03.7717956Z deleted: sha256:5ae925eb989b8fcafe0a2b8fec3b63975ac6902d2018fbb932013492041b9ea0 2022-08-17T13:36:03.7718296Z deleted: sha256:4bba20f7d1e2263e738723464e424c37676faee9e93d796c37b8a73edc539cc8 2022-08-17T13:36:03.7718642Z deleted: sha256:cd10044f73dfef4943f788183405be52e5a21ed1b62c92b5c6f10df3ec75fc48 2022-08-17T13:36:03.7719509Z deleted: sha256:75624e194cf7122724343d17d43c7c4184ba0315702ed5da952dce682c3a6210 2022-08-17T13:36:03.7719816Z deleted: sha256:4429933d8e193fbcbe080798c0aa9c76e197b58f3510189fa2eedb161809310b 2022-08-17T13:36:03.7720116Z deleted: sha256:814852b076800e6b7c156312394319e8344e9a3a8fd6c2de4c03e4d885e18f6a 2022-08-17T13:36:03.7720426Z deleted: sha256:0d1495b7c8bc23a59c3cbca4919ff40c8404d98a3e301eec7cdc3e4e855ad244 2022-08-17T13:36:03.7720753Z deleted: sha256:13959025aff3d5f5dd0d6bfe1caab4d4ca8536d125dda4e3acf21ebe0190ef26 2022-08-17T13:36:03.7721085Z deleted: sha256:35eccb13e87ca3260540516c8a9360e104e7f799e4f914c280cd814e7260f3b1 2022-08-17T13:36:03.7721391Z deleted: sha256:69b341a6922dea8979369849a90da691b21a642b8d7c2a9b63a6f4ffaad7148f 2022-08-17T13:36:03.7721690Z deleted: sha256:1a17a78cd6948c418f3ba75b5e13e43a6a9d1d90026161fd3025af4b0e8aac03 2022-08-17T13:36:03.7722011Z deleted: sha256:e2b640a98bce3e9f4947e36b81223e9dfce180448902cfad49e37d4a9a903dfc 2022-08-17T13:36:03.7722406Z deleted: sha256:25490bb9d16b936decfc3a774c3f45e61f8f67eddbffd274b74f063ea2582d84 2022-08-17T13:36:03.7722742Z deleted: sha256:773e5c497cbb5daab98ddf1064b2384d4c6038c4adf7ee7fa351639813643a55 2022-08-17T13:36:03.7723054Z deleted: sha256:66d883a7d5859f1d48a0ad7ee3f96eb2a0570fbf3a42f14b5ad01988372feda5 2022-08-17T13:36:03.7723381Z deleted: sha256:c3f11d77a5de76ec836c52333d45ac3742c7b27d3d83feba6ec978e223715c67 2022-08-17T13:36:03.7723636Z 2022-08-17T13:36:03.7723741Z Total reclaimed space: 8.368GB 2022-08-17T13:36:03.7833971Z Post job cleanup. 2022-08-17T13:36:03.7888000Z Post job cleanup. 2022-08-17T13:36:04.2357937Z [command]/usr/bin/git version 2022-08-17T13:36:04.2409254Z git version 2.37.1 2022-08-17T13:36:04.2498074Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2724d75d-b929-496e-aa20-761d0104b2a9' before making global git config changes 2022-08-17T13:36:04.2498714Z Adding repository directory to the temporary git global config as a safe directory 2022-08-17T13:36:04.2504525Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-08-17T13:36:04.2545205Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-08-17T13:36:04.2576823Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-08-17T13:36:04.2953006Z Entering 'android/libs/fbjni' 2022-08-17T13:36:04.3001318Z Entering 'third_party/FP16' 2022-08-17T13:36:04.3048647Z Entering 'third_party/FXdiv' 2022-08-17T13:36:04.3092198Z Entering 'third_party/NNPACK' 2022-08-17T13:36:04.3152111Z Entering 'third_party/QNNPACK' 2022-08-17T13:36:04.3197398Z Entering 'third_party/XNNPACK' 2022-08-17T13:36:04.3297240Z Entering 'third_party/benchmark' 2022-08-17T13:36:04.3345322Z Entering 'third_party/cpuinfo' 2022-08-17T13:36:04.3401165Z Entering 'third_party/cub' 2022-08-17T13:36:04.3447430Z Entering 'third_party/cudnn_frontend' 2022-08-17T13:36:04.3486832Z Entering 'third_party/eigen' 2022-08-17T13:36:04.3553046Z Entering 'third_party/fbgemm' 2022-08-17T13:36:04.3627153Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T13:36:04.3691527Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T13:36:04.3753389Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T13:36:04.3830361Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T13:36:04.3875598Z Entering 'third_party/flatbuffers' 2022-08-17T13:36:04.3914034Z Entering 'third_party/fmt' 2022-08-17T13:36:04.3961310Z Entering 'third_party/foxi' 2022-08-17T13:36:04.4005561Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T13:36:04.4066558Z Entering 'third_party/gloo' 2022-08-17T13:36:04.4114253Z Entering 'third_party/googletest' 2022-08-17T13:36:04.4162930Z Entering 'third_party/ideep' 2022-08-17T13:36:04.4238186Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T13:36:04.4351720Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T13:36:04.4426878Z Entering 'third_party/ios-cmake' 2022-08-17T13:36:04.4472378Z Entering 'third_party/ittapi' 2022-08-17T13:36:04.4507574Z Entering 'third_party/kineto' 2022-08-17T13:36:04.4541551Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T13:36:04.4575850Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T13:36:04.4612159Z Entering 'third_party/nccl/nccl' 2022-08-17T13:36:04.4662103Z Entering 'third_party/neon2sse' 2022-08-17T13:36:04.4703437Z Entering 'third_party/nlohmann' 2022-08-17T13:36:04.4738840Z Entering 'third_party/onnx' 2022-08-17T13:36:04.4898544Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T13:36:04.4987074Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T13:36:04.5033017Z Entering 'third_party/onnx-tensorrt' 2022-08-17T13:36:04.5137098Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T13:36:04.5274576Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T13:36:04.5358360Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T13:36:04.5450157Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T13:36:04.5503652Z Entering 'third_party/pocketfft' 2022-08-17T13:36:04.5538900Z Entering 'third_party/protobuf' 2022-08-17T13:36:04.5656911Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T13:36:04.5734838Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T13:36:04.5789408Z Entering 'third_party/psimd' 2022-08-17T13:36:04.5834317Z Entering 'third_party/pthreadpool' 2022-08-17T13:36:04.5886231Z Entering 'third_party/pybind11' 2022-08-17T13:36:04.5929904Z Entering 'third_party/python-enum' 2022-08-17T13:36:04.5976293Z Entering 'third_party/python-peachpy' 2022-08-17T13:36:04.6027769Z Entering 'third_party/python-six' 2022-08-17T13:36:04.6076996Z Entering 'third_party/sleef' 2022-08-17T13:36:04.6121939Z Entering 'third_party/tbb' 2022-08-17T13:36:04.6159140Z Entering 'third_party/tensorpipe' 2022-08-17T13:36:04.6227834Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T13:36:04.6281453Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T13:36:04.6336718Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T13:36:04.6395431Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T13:36:04.6459332Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T13:36:04.6506991Z Entering 'third_party/zstd' 2022-08-17T13:36:04.6566493Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-08-17T13:36:04.6594570Z http.https://github.com/.extraheader 2022-08-17T13:36:04.6602616Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-08-17T13:36:04.6636866Z [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-08-17T13:36:04.6894606Z Entering 'android/libs/fbjni' 2022-08-17T13:36:04.6914413Z http.https://github.com/.extraheader 2022-08-17T13:36:04.6950115Z Entering 'third_party/FP16' 2022-08-17T13:36:04.6969797Z http.https://github.com/.extraheader 2022-08-17T13:36:04.6997807Z Entering 'third_party/FXdiv' 2022-08-17T13:36:04.7018029Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7045485Z Entering 'third_party/NNPACK' 2022-08-17T13:36:04.7066098Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7093479Z Entering 'third_party/QNNPACK' 2022-08-17T13:36:04.7114251Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7141375Z Entering 'third_party/XNNPACK' 2022-08-17T13:36:04.7161364Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7199830Z Entering 'third_party/benchmark' 2022-08-17T13:36:04.7220229Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7248169Z Entering 'third_party/cpuinfo' 2022-08-17T13:36:04.7269000Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7298031Z Entering 'third_party/cub' 2022-08-17T13:36:04.7317381Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7345263Z Entering 'third_party/cudnn_frontend' 2022-08-17T13:36:04.7365641Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7398768Z Entering 'third_party/eigen' 2022-08-17T13:36:04.7418884Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7448581Z Entering 'third_party/fbgemm' 2022-08-17T13:36:04.7468835Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7495730Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-08-17T13:36:04.7515958Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7543045Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-08-17T13:36:04.7563869Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7590475Z Entering 'third_party/fbgemm/third_party/googletest' 2022-08-17T13:36:04.7610469Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7636630Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-08-17T13:36:04.7656354Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7686035Z Entering 'third_party/flatbuffers' 2022-08-17T13:36:04.7707176Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7736114Z Entering 'third_party/fmt' 2022-08-17T13:36:04.7756039Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7783295Z Entering 'third_party/foxi' 2022-08-17T13:36:04.7803051Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7830312Z Entering 'third_party/gemmlowp/gemmlowp' 2022-08-17T13:36:04.7850091Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7877281Z Entering 'third_party/gloo' 2022-08-17T13:36:04.7897843Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7926201Z Entering 'third_party/googletest' 2022-08-17T13:36:04.7946687Z http.https://github.com/.extraheader 2022-08-17T13:36:04.7973067Z Entering 'third_party/ideep' 2022-08-17T13:36:04.7994505Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8020098Z Entering 'third_party/ideep/mkl-dnn' 2022-08-17T13:36:04.8039517Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8068276Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-08-17T13:36:04.8087935Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8121231Z Entering 'third_party/ios-cmake' 2022-08-17T13:36:04.8141632Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8167880Z Entering 'third_party/ittapi' 2022-08-17T13:36:04.8187940Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8214567Z Entering 'third_party/kineto' 2022-08-17T13:36:04.8234886Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8261342Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-08-17T13:36:04.8281258Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8310902Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-08-17T13:36:04.8331112Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8359302Z Entering 'third_party/nccl/nccl' 2022-08-17T13:36:04.8378910Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8406669Z Entering 'third_party/neon2sse' 2022-08-17T13:36:04.8426975Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8453545Z Entering 'third_party/nlohmann' 2022-08-17T13:36:04.8472991Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8501691Z Entering 'third_party/onnx' 2022-08-17T13:36:04.8521247Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8561164Z Entering 'third_party/onnx/third_party/benchmark' 2022-08-17T13:36:04.8581523Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8608713Z Entering 'third_party/onnx/third_party/pybind11' 2022-08-17T13:36:04.8629181Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8658630Z Entering 'third_party/onnx-tensorrt' 2022-08-17T13:36:04.8679715Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8706999Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-08-17T13:36:04.8727484Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8774320Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-08-17T13:36:04.8795008Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8823243Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-08-17T13:36:04.8843229Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8871801Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-08-17T13:36:04.8891748Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8925218Z Entering 'third_party/pocketfft' 2022-08-17T13:36:04.8946200Z http.https://github.com/.extraheader 2022-08-17T13:36:04.8973656Z Entering 'third_party/protobuf' 2022-08-17T13:36:04.8995384Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9027277Z Entering 'third_party/protobuf/third_party/benchmark' 2022-08-17T13:36:04.9047306Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9073488Z Entering 'third_party/protobuf/third_party/googletest' 2022-08-17T13:36:04.9093695Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9121647Z Entering 'third_party/psimd' 2022-08-17T13:36:04.9142861Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9169918Z Entering 'third_party/pthreadpool' 2022-08-17T13:36:04.9189795Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9216871Z Entering 'third_party/pybind11' 2022-08-17T13:36:04.9236871Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9278074Z Entering 'third_party/python-enum' 2022-08-17T13:36:04.9298993Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9326925Z Entering 'third_party/python-peachpy' 2022-08-17T13:36:04.9348048Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9398253Z Entering 'third_party/python-six' 2022-08-17T13:36:04.9418633Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9445538Z Entering 'third_party/sleef' 2022-08-17T13:36:04.9465605Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9491950Z Entering 'third_party/tbb' 2022-08-17T13:36:04.9511419Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9539582Z Entering 'third_party/tensorpipe' 2022-08-17T13:36:04.9559378Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9586307Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-08-17T13:36:04.9605790Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9633361Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-08-17T13:36:04.9652644Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9679111Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-08-17T13:36:04.9698654Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9726186Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-08-17T13:36:04.9746399Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9772471Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-08-17T13:36:04.9791926Z http.https://github.com/.extraheader 2022-08-17T13:36:04.9822678Z Entering 'third_party/zstd' 2022-08-17T13:36:04.9842532Z http.https://github.com/.extraheader 2022-08-17T13:36:05.0078192Z Cleaning up orphan processes